cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Binding repeated user inputs into the data variable collection

chandan300917
Explorer
0 Likes
350

Dear experts,

I have designed a table with 4 columns, of which two columns (lets say field A & B) would be displaying data coming from the data variable collection (lets say - dataVar), while other two columns (lets say - field C & D) are to be made available for the users to add the comments. I wish to add the repeated user maintained data in column C & D, to be populated in the data variable collection - dataVar, so that I can have all the collection of all 4 fields formatted under json structured to be triggered to the backend system.

I tried using few known functions but no data is getting populated for C & D due to some missing piece. Can someone shed some light on how these functionality could be achieved? 

Thanks in advance.

BR, Chandan

Accepted Solutions (1)

Accepted Solutions (1)

chandan300917
Explorer
0 Likes

Just got mixed up with various tasks and got myself confused with involvement of the page variables and formulas.

I simply had to bind the column C & D with the respective two fields from the data variable collection directly which has been already added to be repeated (Repeat With). Doing this the values are picked directly into the data variable.

Answers (0)