Best way to allow a user sort a rg?
Any tips fellow bubblers?
How about this:
- Put an input of some kind of the page for the user to select the sort order.
- Set up a normal workflow to for a “default sort” of your list.
- Set up a custom property.
- Put in a second workflow, after the one above, that sorts the list using the user’s choice ONLY IF that choice was made (i.e., the custom property is set to some predetermined value).
I haven’t tried it, but it seems like that should work.
Thanks! I’ll give it a shot.
Here is an example how I do it.
Put a dropdown list on the page.
Open the repeating group. Go to conditions. Select a condition, when dropdown = “New”. > Chance source data to equal same data but sort by creation date.
You can create several ways to sort in the dropdown and add a condition to the repeating group for each way to sort.
Cool. I just tried it.