Hello all,
I have a quick question about my first bubble mobile project.
I have on a page a repeating group with different parameters (block 1: name, weight, location ; block 2: name, weight location ect). The information of it is retrieved from the database.
Now I navigate by clicking on one of these blocks with the key navigation method to another page. On this page I want to retrieve certain parameters from the database of exactly this database entry (e.g. block 1). Like on this tutorial on a “non-mobile” page https://bubble.io/video/creating-a-page-from-data-types.
Unfortunately I don’t succeed - does anyone have an idea how to get this to work?
On the “new page” I have set “Type of content” to the content of the database and on my textfield I have set a dynamic text “Parent groups **value’**s data_name”
Thanks!