I have a repeating group which is sorted by due date - soonest to latest - conditionally red font if past due. I want to re-sort the repeating group when the user creates a new case so it is sorted last created so that the user can see the case most recently created. I am having trouble doing this since I can’t find a sort repeating group action in the workflow.
Hi there, @Rob_07… try adding the Display list workflow action to the workflow where the new case is being created, and give the action the same data source as the repeating group. It might not hurt to add a Clear list action before the Display list action, but I’m not sure if that is necessary. Oh, and you might even need to add a condition to the Display list action to run it only when the result of the creation step is not empty, if you can even create that condition. If you can’t, then you might need to put the creation step in a custom event to make sure the case is created before the Display list action is run.
Hope this helps.
Best…
Mike
Thanks for the suggestions. I’ll give them a go and see what happens .
This topic was automatically closed after 70 days. New replies are no longer allowed.