Hello guys.
I do not understand programming at all and I started using Bubble.is recently. Maybe my question is something very simple to answer. I already researched the Forum and found nothing that would help me.
I have a repeating group with several items.
What I need is that when the user clicks on an item, open a new page showing all information about that item.
All I could do was open a new page containing the name of the first or last item. But I could not get the name of the item that was selected.
You need to use the action, “Send data to page.” In the settings of that action, make sure you’re specifying “Current Cell’s thing” as the data to send.
Can you share a link to your editor, with the permission settings to “anyone can view?” That’ll make it easier to see how you’ve got it set up, and how we can help.
I think I can not share the app because I’m with the Hobby plan (or I couldn’t find where the sharing option is).
Is it permissible for me to send you the project access email and password for you to verify it?
The project is in Portuguese, so may you have to know that I’m trying to get the information from the friends_list and send the friend’s name to the amigo_lista.
It looks like the page amigo_lista is of type User, but your Facebook Profile friends aren’t Users. The repeating group is showing a data type called Facebook Profile, which you’re getting from Facebook. But, there’s no User associated with the Facebook Profile, which is why it isn’t working.