I am having an issue saving data within a repeating groups. I have several different pages within my app with repeating group data. Most of them have some type of calculation that runs, based on data entered within a row in the group.
What is the best way to save data from within a repeating group? One of my groups has a calculation that runs based on the percentage calculation from each entry in the group. I need to save the data, once all values have been entered, or just re-save after each new entry in the list.
Hi @swvann - have you looked at using When âAn inputâs value has changedâ to start a Workflow and then have the steps for calculating and Make changes to a Thing? That might work for your scenario.
@nikolai, thank you for that suggetion. I thought about that, but none of inputs from the repeating group show up in the âAn inputâs value is changedâ workflow option. I also donât have the option to "Start/Edit Workflowâ on the repeating group inputs. Maybe because I have enabled auto-binding?
I was able to find a solution with the new Instant Calculator plugin! It allows an event to be scheduled on âcompleted a calculationâ and allows you to reference the current cell in the repeating group.