Hi, I'm new to livecycle designer.
We have a requirement of displaying multiple tables from the xml values.
<member_table num=1>
<name>
<skills>
<SKILL1>
<SKILL2>
<SKILL3>
</skills>
</member_table>
<member_table num=2>
<name>
<skills>
<SKILL1>
<SKILL2>
</skills>
</member_table>
For each member number,
1. I should display member table which has one row with name
2. 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 getting with only one row, and first value is getting filled.
Please help on how to retrieve all the skills into all the skills tables based on member number.