Hello Bubble Forum! First time posting here
NOTE: I’ve been using repeating group for this
I’ve been spending the last 30 minutes trying to display a list of places on my app. So far so good, I’ve managed to display the shop’s name, its distance from the inputted location, and its address.
But I wonder how can I also make each shops be clicked then go to its shop page?
Thanks in advance!
Best,
Ivan
You can make a group on top of and within the cell and have a workflow that navigates you based on clicking that group. Just make sure the group is on top of the content.
Kevin
Free no-code bootcamp by Airdev
Thanks for this Kevin! I’ve tried this one but they all navigate on one page only. What I have in mind is that each shop that appears on the repeating group can be clicked and then the user will be navigated to the unique page for that specific shop.
Yes, the action should be: go to page X, send data: current cell’s data! That will make each shop’s page unique.
Maybe I’m misunderstanding something else.
Kevin
Free no-code bootcamp by Airdev
I really appreciate your help on this! Here’s more explanation