Programmatically populate repeating table

S

SteveC

I have a template with the following:

- a repeating table (the row count will vary with each form saved from it)
- a repeating section containing another repeating table, which is to be
programmatically populated with the data from the first repeating table.

I wrote the code for a button click which accomplishes this, and it works
great for the first section; where I'm stuck is that when I insert a new
section and click the button to populate it, it doesn't populate the new
section, it adds the data again to the first section.

How do I get it to populate the table in the each new section as they're
added?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top