Prefill rows from one expanding table to another expanding table | Community
Skip to main content
ReluctantProgrammer
Level 4
April 18, 2023
Solved

Prefill rows from one expanding table to another expanding table

  • April 18, 2023
  • 4 replies
  • 1046 views

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. 

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

4 replies

Vijay_Katoch
Community Advisor
Community Advisor
April 19, 2023

Check the min/max count in the data binding.

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

ReluctantProgrammer
Level 4
April 19, 2023

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

Vijay_Katoch
Community Advisor
Community Advisor
April 19, 2023

Yes, it can be by scripting using instanceManager

ReluctantProgrammer
Level 4
April 19, 2023

Can you provide an example of that script?

 

Vijay_Katoch
Community Advisor
Vijay_KatochCommunity AdvisorAccepted solution
Community Advisor
April 19, 2023