Expandir minha barra de realizações na Comunidade.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.

SOLUCIONADO

Line appearing multiple times when form is Saved-As

Avatar

Level 5

File is a simple table of information.  The process the user follows is to:

 

  • Open the original file (Step 1 file)
  • Save As
  • Open the Save As filed (Step 2 file) and there are multiple lines of Vehicle Rental
  • Add a row using the + button towards the bottom of the table and saved as (Step 3 file) and there are even more Vehicle Rental lines. 

 

User reports that even adding date information will add more Vehicle Rental lines.

 

1 Solução aceita

Avatar

Resposta correta de
Community Advisor

Can you please uncheck the "Repeat row for each data item" in the binding tab for row7 and then check? 

Ver solução na publicação original

3 Respostas

Avatar

Level 5

Opening your form I noticed the following in JS debugger many times

TypeError: oOriginalNode is null
49:Doc:Init

Seems like some code issue, you should find similar posts on this forum.
If you disable "Color Mandatory Fields" in Form Properties, the error disappears.

 

I am unable to Save any of your forms, they don't seem to be reader extended.

 

I made the change myself, and reader extended, form seems to work properly for me.

 

 

Avatar

Resposta correta de
Community Advisor

Can you please uncheck the "Repeat row for each data item" in the binding tab for row7 and then check? 

Avatar

Level 5

OMG I don't know how I missed that.  Looking at it too long I think.  Thank you so much, this seems to have done it.