Missing Data: issue with linked data missing

I am creating a book review app. I am having issue with missing data. When I link screens to the “book review” screen, the data is sending “current book” then when I go to the actual book review screen the data is missing and it says “logged in user” and not “current book”. Everytime I link multiple screens to the book review screen the data on the book review screen goes missing. Then once I unlink the screens and limit it to one screen, the data goes back on the book review screen?


Hey @rfaienza!

This is caused when the link is creating a data loop and that’s why it resolves itself when removing the link.

You can check out the Adalo App Academy | Common Mistakes to give you some pointers and help you avoid this when building your app.

-J

i resolved the issue, thank you!

1 Like