In InfoPath form, in a repeating section I put two drop down lists, first one have some predefined items, and the second one obtains data from a Web Service (through data connection), which uses the value of the first drop down list selection as the parameter. The items populated in the second drop down list will depend on the selected value of the first drop down list.
This way for a single section works great.
The problem is, when runtime user adds an item on the repeating section, and this will come up with a second section with another 2 drop down lists. When I change the first drop down list in the second section, the items in the second drop down list in the first section will change as well, together with the second drop down list in the second section. That is to say, the data connection is shared by 2 sections.
Is there any solution that can repeat the data connection? Thanks.
Jeff.