Thanks for the answer. My question is how do I create conditions with this data.
For example, if I create a custom state x for each action I can set any value for this variable in Workflow. But my question is how to ensure that this variable is related only to the line of the current index.
You can either build conditions from each item’s fields values … or you can check if an entry of the repeating group is part of a list located somewhere else.
Example:
When a row button is checked you could add this row item onto a list custom state … or even better to a hidden rg.
And you could add a condition to the icon to show as “checked” if the visible row item is part of the hidden rg (or list custom state).