コミュニティアチーブメントバーを展開する。

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

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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 受け入れられたソリューション

Avatar

正解者
Community Advisor

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

元の投稿で解決策を見る

3 返信

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

正解者
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.