Line appearing multiple times when form is Saved-As | Community
Skip to main content
ReluctantProgrammer
Level 4
September 6, 2022
Solved

Line appearing multiple times when form is Saved-As

  • September 6, 2022
  • 2 replies
  • 872 views

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.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Vijay_Katoch

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

2 replies

Level 4
September 7, 2022

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.

 

 

Vijay_Katoch
Community Advisor
Vijay_KatochCommunity AdvisorAccepted solution
Community Advisor
September 7, 2022

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

ReluctantProgrammer
Level 4
September 7, 2022

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.