Show category in repeating group

Hello I have a repeating group category like on rbnb when I click on the category image I go to the right page but this one displays all the categories and not just the one I chose I can’t find it solution can someone help me

maybe you need to use ‘current page thing’ as the content type or send the selected category to the other page via a URL parameter or something. Hard to tell best approach as you have not shared much about how you have set things up.

Are you using a repeating group to display the categories on the detail page? Can there be more than one category on one item? Show us the source in the screenshot

so I have a database where there is a category when I click on the image of the category I have a “go to page” workflow key category =current cell’s category I don’t know if something is missing

yes I have repeating group to display the categories and not just one category at a time

If you send category as a key it will be in the URL parameters, if you are not using get data from URL parameters on the detail page then you are not retrieving the data.

What I would recommend if your detail page is of type category is send it here using current cell’s category.

CleanShot 2024-10-06 at 15.08.27

I deleted the key and in "dat to send= current cell’s category and still the same it shows me all my categories and not just the one selected.

on the repeating group where the categories are displayed there are already “get from page url” can this prevent the correct functioning?

Can you share a screenshot of the source?

If you just want to display a category you most likely don’t need a repeating group, you could just use current’s page category as a source of a text or group

Are you using two pages or just one?

If 2 pages, on page to show articles based on category selected from RG in page 1 then set a page content type, on go to page in data to send use current cells category. On page 2 have RG to show articles with constraint of category = current page category.

If using only 1 page, on go to page action use URL parameter, for value do current cells category unique id. On page have RG to show articles with constraint of category = get data from URL and make sure you set the parameter name correctly and you specify the type as category and not text.

for the moment I have a main page where there are 2 RGs one where there are the products and the other is the categories I have a search bar which takes the information to another page where there is has RG which displays the search results but when I click on a category image the search result page displays all the products and not just the chosen selection;

I suppose that this configuration corresponds with your example of the two pages but I cannot understand how you do it