Sending data from RG to a Page

Hi everyone,

I’m trying to do something and I can’t find the solution. Be aware I’m new to bubble, I’m pretty sure I’m missing something obvious here.

So I have my dashboard page. Inside, I have a RG listing what is called Updates.

When I click on a row, like “secondUpdate” for example, it leads to the page of the update.

My issue here is that the Update’s data is not sent to this page. The “secondUpdate” item has a name, a title, a body but the information is not pre-filled.

In the workflow, I have setup the following for “click on Update Row”.

What I am missing for the data to pre-fill the Update page?

Thank you.

It looks like you haven’t set up your Update page correctly…

How are you defining the data on the update page?

Maybe some screenshots of your current setup would help…

Yes I forgot to share more about the update page, my bad

So the update page is setup this way

Inside the update page, I have a content area

And inside the ocntent area, I use a reusable element called “updateMnagement” setup this way

And finally, each input is setup this way

Hmmm I’m not entirely sure what’s going on here, but clearly the data isn’t being fed down into the unput…

Without seeing inside your app it’s impossible to say where the issue lies… so feel free to share a link to your editor if you’d like someone to take a look inside.

Otherwise, I can only suggest checking in the debugger to see exactly at what point the data is missing…

Ok I found it epxlaining… I missed one thing obvious indeed…

I forgot to setup the data source of the main Container (another one from screenshots)

Damn, thanks for your help

1 Like

I had checked the debugger but nothing was displayed. Anyway, it’s solved thanks to your indication, I dig and it was very helpful!

This topic was automatically closed after 70 days. New replies are no longer allowed.