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

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

Mark Solution

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

解決済み

Prefill rows from one expanding table to another expanding table

Avatar

Level 5

I have a form that has two sections in which each has an expandable table.  Each table starts with 3 of the repeating rows appearing.  When information is entered in the Maintenance Operation field in the table in the first section (Estimate of Maintenance Costs) it prefills to the corresponding field in the table in the 2nd section (Maintenance Expenditure Statement).  However, if more than 3 rows are entered only the 3 original rows appear in the table in the second section.  It will not allow additional rows. 

1 受け入れられたソリューション

Avatar

正解者
Community Advisor
5 返信

Avatar

Community Advisor

Check the min/max count in the data binding.

Or if you are doing it in script check the code where instances are added.

Avatar

Level 5

Thank you VIjay but unfortunately that didn't work. Can a repeating row actually be forced?

Avatar

Community Advisor

Yes, it can be by scripting using instanceManager

Avatar

Level 5

Can you provide an example of that script?

 

Avatar

正解者
Community Advisor