I’m trying to filter a repeating group by a page URL parameter. For example, I have a repeating group of buttons that display category names. When I press one of the categories, I get the page URL parameter, such as category=sport. However, the repeating group doesn’t show all the events related to the ‘sport’ category.
so now, when I press on the category button its show all the events from the same category however the slug shows the ID of that field.
I don’t understand why to use “set a thing’s slug”, is there a way to show the category name? for example - why I cant use the category name instead of the category ID?
Plus, when I tried to use “set things slug” it didn’t work