Static Lists/Repeating Groups

I’ve done some searching but haven’t found anything. I need to create a list, much like the repeating group, but I need to be able to add different workflows to buttons in each of those groups.

I’ve tried using groups but I’d really like a way to filter/organize/search the rows of the list. And I’ve tried dynamic repeating groups but they don’t seem to be able to assign a specific/separate workflow to each group.

Any ideas?
Thanks!

I’m not sure if I understand correctly, but have you tried setting states? That way, you can have buttons in your rows and depending on which is pressed, you set a state to an object with that cells info.

Not exactly. Here’s an example.

Profile | Button that’s says “Edit” and takes user to profile page.
Billing | Button that’s says “Edit” and opens a stripe workflow.
Account | Button that’s says “Edit” and takes user to account page.
Privacy | Button that’s says “Edit” and pops up a legal pop up.

That’s just an example and the real life use case would have 30+ options. Each item/row has separate workflows that are triggered but use a simular ui.

For this, I’d suggest just a static list. Repeating groups are great but for objects that are related to eachother. You can build the UI to look like a group and hide/unhide certain elements when a user scrolls or clicks.

1 Like