How to send data from a view to another view?

On WEB application we have the option to send data between pages, but on mobile I don’t find anything related.

In mobile I need to send the data that user clicked to another view and show more features of a product, but I didn’t find a way to do this without create another data type in database.

Can anyone help me?

1 Like

Yes, you can pass data.

In Bubble Mobile Builder you do it through view properties. Create a property on the destination view, then when using go to view, pass the selected item (for example current cell’s product) into that property.

The next view can then use that property to display the data.

If you want, I can take a look at your setup. :+1:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.