Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events
SOLVED

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 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

3 Replies

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

Correct answer by
Community Advisor

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

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.