Hello! I’m building an app where I’ve added a few sample products, each of which have a product category column in the “Products” dataset, see screenshot.
In my app home page called “test”, I’m using a repeating group to display each of the product categories in the products dataset. The data source for this repeating group is a simple search for products. Using dynamic data, the product category appears as the current cell’s product’s category.
Once I click on the image or the product category text, I would like to navigate to a new page with all of the products listed for the clicked category. For example, if I click Safety, there are two products (Pair of Gloves, Glasses) I would like to see listed in the new page.
I have built the workflow to navigate to the new page called “items_by_category” however this is where I get stuck. In “Data to Send” for the “test” workflow, I would like to send the Current Cell’s Product’s Category to “items_by_category” so I can see all the products under the selected category. I plan to have many more categories and products in the long run.
Any ideas on how to achieve this? I’m open to using a different visual element if a repeating group is not the way in “items_by_category”. Much thanks for the ideas.