but my issue is that when i now change the status of a task in my repeating group, it only change the status of the first item…
and i also have figured why it does that… it is set to do that in my chnage of things workflow as you can see here:
but… what i cant figure out is how to be able to not use the operator “first item”
because i cant seem to find anywhere where i can set it up differently… since all the workflow happens in a usable element and have no data else where to reference to…
You can set state of the repeating group whenever a particular order cells edit icon is clicked you can set states of the repeating group to that particular order, and that use that state to reference to the one you are changing.
Set the datatype of the reusable element (RE) to Order. In the action to make changes to the order, the thing to change will be RE’s order. Finally, in the repeating group which houses the RE, set the default value to current cell’s order.