Hi, I think I’m close but I can’t quite get it to work - I’m trying to build a products page where the items displayed match the product category a user selected from a repeating group. So if I pressed the “Plan 1” category, then only Products that have “Plan 1” in their category_tags list should show up, as seen below.
If they pressed “Plan 2” then they should see this:
Is there a way to send the index / Product Category name of the cell pressed in the top RG as a constraint in the Search for Products (as Data Source) who’s Product category_tags Contains the selected product category? I’d love to hear an easier way if there is one