Dynamically Updating Images

Hi fellow Adalo builders,

My app has a database with an image property. I would like to be able to modify the image when the user processes through the app. For that, I have another database containing the two images that I want to change dyamically. After linking both databases however, I cannot effect any change of the first database (see attached image).

Anyone else who had this issue, or someone who can suggest a solution to change the associated images dynamically?

Thank you :slight_smile:
review change

I’d recommend having a property called “User Image ID” and when the user takes certain actions, the image is property is updated. The image that appears would filter like the following:
Image > Id
is equal to
User Image ID

Let me know if this helps.

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