Need a table to expand based on user entered values from a column of a separate table | Community
Skip to main content
nowackem
New Participant
October 2, 2020
Solved

Need a table to expand based on user entered values from a column of a separate table

  • October 2, 2020
  • 1 reply
  • 1202 views

I have a form that has two expandable tables (using an add row button). The first column of each table should mirror each other when the user enters values of either table. The issue is that if I set the table row Initial Count to 3, only 3 values populate in the table that is pulling in the values. How do I get the values of the user entered table's column 1 to  populate the 2nd table's column 1 and add the appropriate number of rows based on the entered values? I have provided a link to the file below.

https://drive.google.com/file/d/1BXc24VgGDH1iJLKM9Mh2KO4R1ma9P6Qf/view?usp=sharing

Thank you for your help.

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 Kosta_Prokopiu1

Try this version, I let both tables grow together:

https://documentcloud.adobe.com/link/review?uri=urn:aaid:scds:US:624828c9-cda9-4b32-91d2-17dff6ff2fda

 

1 reply

Kosta_Prokopiu1
Kosta_Prokopiu1Accepted solution
Employee
October 2, 2020
nowackem
nowackemAuthor
New Participant
October 2, 2020
Thank you! This worked perfectly!