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.
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.