Hi, I'm new to livecycle designer. We have a requirement of displaying
multiple tables from the xml values.
For each member number,1. I should
display member table which has one row with name2. I should display
skill table with all skills listed (this differs from member to member)
Approach :Built member table and skill table in a subform, and used
action builder to repeat the subform for every member. I am able to get
member table correctly as it has only one row. But skill table is...