Passing n number values from collection to mainmashup.
Iam generating n number of text boxes in collection based on the user input.
If user provided value 10 in main mashup, 10 textboxes will be created in collection.
Once User entered values in all 10 textboxes, the requirement is to collect all 10 values in main mashup in form of 10 rows in infotable.
How to achieve this?
Tried Methods:
I tried with global mashup parameters, the first value is repeatedly replacing with next consecutive values while fetching in main mashup.
When I tried saving values in UserExtension properties from childmashup, some of the values are missing when service tried to update n number of rows at same time.
Both these methods doesnt worked.

