Display of data

I have created a database called “Profile” in my app. It has an image picker and a text input. When they click the save button it saves to the “Profile” database. Now how do I display this image and text on a different screen? I tried using an image linked to the image picker and a text linked to the input but when I save it I does not come. Help please!

Hii @BaileyButterscotch, Is this “Profile” a Logged in user DATA? Or is a separated database?

If Logged in user > You can filter from Logged In User Magic Data.

If it is a separated database NOT linked to Logged in user > You have to filter from a LIST.
For example a “PROFILE” list with the created data to filter that single element and filled with magic data.