Can someone help guide me with being able to displaying data dynamically through an OS?
I have a list of categories like “Business” and when it is clicked will take the user to a page with all of the cards associated with the “Business” category.
One the single category page, how do I only display items that are in the “Business” category from an option set?
i’m assuming ‘Card’ is a data type where each card has a field with an option set.
In the ‘Go to page’ workflow, you could send a parameter containing the option set. then, on the page you’re going to, set the repeating group’s data source to show cards where category=get data from page url’s parameter