@tunacardak thanks for that. But, unless I’m looking at it wrong, isn’t this making changes to an existing thing. I am looking to create new things. Also, what is the name of the plugin that you have used in the page.
@deepak1 you’re trying to iterate over a value from an input in a repeating group, which Bubble doesn’t allow by default, there are complex and hacky ways to achieve this with external apps but I don’t think it’s worthwhile. You can only iterate over the original values in the rg, or as was suggested above, edit those vales. Rg inputs are more or less visual only unless they are used to edit lines.
My suggestion instead, would be to run a workflow to create a new thing each time the input’s value is changed, since this will be able to reference the data from its rg line. Then the submit button just marks those lines as “submitted”.
Run a recursive workflow once/day to remove any unsubmitted lines so it doesn’t get too messy.