Hi guys, I have
1, set the Custom States a list
2, adding items (text) from the Repeating Group.
3, Then save the state list to database when user hitting “submit”
My question is:
The list are not sorted in a way I want. It seems it is either randomly sorted, or sorted in the order of the clickings in the RG.
So when it saves into the database, the orders are all wrong.
Hi there, @WildlyOptimistic… if I understand your post correctly, you should be able to add the :sorted operator to the end of the expression where you are setting the list in the workflow. If you leave the Descending field for the sort blank (or set it to no), the list will be sorted in alphabetical order. If you set that field to yes, the list will be sorted in reverse alphabetical order.