Linking Chat/Accessing conversation data

So, I went off the chat app template and Adalo video tutorial to set up my chat feature, but its a little different. Here’s my issue, from my home page I’m linking to the “conversations” page(this is where the list of the users conversations display), when you get to the conversations page, each conversation card is displayed but its just continually loading, however, once you click into the card, the conversation is displayed as it should. How can I get the list of conversations to display correctly? what could be blocking that data from loading right away? I assumed it was because I wasn’t passing the “Current Conversation” data from the home screen onto the conversations page, however, neither is the chat app template.




Hi Derrick,

Welcome to the Forum!

This is a very common thing when making an Adalo app.

I would suggest watching this video.

Adalo Tutorial: Most Common Mistakes - Current Data Missing From Screen, Data Loops and Flow Breaks

1 Like

Hey thanks, I had seen this video before but after re-watching it, I was able to come up with a work around. Not exactly what I wanted but It will have to do for now lol.

Great! :slight_smile:

After building a lot of Adalo apps this shouldn’t happen anymore bc you are already used to it!

1 Like

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