When changing a status of an order it only change first item

hey guys i need a little help…


as you can see here i have maked a group focus with the options of a status that it is possible for my user to change on there orders…

this setup i have maked as a reusable element as you see here:

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.

the datatype is now set to order in the RE


but im not sure if the change to thing is right here now… still doesnt work right


as you can see here now it doesnt display the current status anymore either

Last missing part is choosing the current cell order or parent group order for it inside of the repeating group. You are almost there! :blush:

1 Like

thank you…
got it to work now :slight_smile:

1 Like

Good job! :clap: Glad you got it working.

1 Like