Help with setting up a click through image to listings from specific categories

I have 4 images on my homepage, each representing a different category in my marketplace.

I separately have a search page where all listings can be found and searched.

When one of the 4 images on the home page is clicked, I’d like it to navigate to the search page, and only display listings that are in the category that the image represents.

I have the workflow to navigate to the correct page, and that works, and displays ALL listings, but I can’t work out how to get it to only display those in a specific category. I’ve tried: Go To Page Browse > Search for Listings > Each Item’s Category contains > Name of category

But I can’t seem to conclude the workflow sufficiently. What am I missing?

Thank you so much.

1 Like

you could send extra parameters to the target page (to transfer the selected category to the landingpage).
then you can access this parameter and use it for your search query.
hope that helps.

1 Like

When you on the element, use the workflow Go to page to go to the listing page using a parameter that is the same type of the repeating group data and set the parameter as the current cell data

When you go to the listing page, set the repeating group constraint category= page parameter. That will display the list based of the category

Both suggestions I believe are referring to URL parameters.

And what do you prefer on mobile (App)?

EDITED:
Very good explained: Need Help - View Properties on Native Mobile - #2 by tarasmuzon