Hello,
I have a repeating group with inputs inside each row, and want to have a button outside the repeating group to save all of the inputs in the different items at once. Something like this.
I have been at it for several hours and can’t seem to find out. Thanks!
Not sure what you’ve tried already or what your workflows look like, but could you maybe do something like this below?
“When Save button is clicked” > “Make changes to a list of things - [the things listed in your repeating group]” > Name = input name’s value; Rarity = input rarity’s value; etc.