I’ll Paypal $50 USD to anyone who can successfully help me resolve this I’ve been trying for a few days with no success
I have a multiline input in a repeating group, which displays texts from a list of texts. Each item of text from the list outputs into a different multiline input in the repeating group.
I want the user to be able to modify these multiline inputs, and then press a “save” button, and then it updates the list of texts according to the users’ modifications. Each multiline input should correspond to an item in the list.
I have been able to output the data into the multiline inputs, by setting the initial content as “Current cell’s text”, and the repeating group data as “Parent group’s (data’s list of texts)”. But when the data is updated by the user in the multiline input, and then I make a workflow for the “save” button to set the list in the database as the repeating group’s list of texts, it simply updates it to the original list of texts, instead of the new data that the user input in these multiline inputs.
I hope my explanation is clear enough, if not, please feel free to ask for any clarifications. Thanks!