Using default images with state-dependence

Hi fellow Adalo users,

Thanks to everyone who helped with yesterday’s question of mine.

Today I ran into an odd issue that someone else might have encoutered, so maybe someone can help me:

I have products in my app that essentially have two states: Work in progress, and ready for review. My idea is that both states have their own image attached to them, so that the users can see easily in which state their order is when looking at a list of their orders in my app.

Trying various methods however, I cannot get this to work. I tried creating a separate database just containing two entries, one for work in progress, one for ready for review. However, even though I link it to the database with the products, I cannot update the images attached to the product. The list of actions simply does not give me even the option to select or change the picture, it just shows default images sources, i.e. User profile picture.

I also tried using an image that is basically hidden but appears on the last screen, but alas, again I cannot update the image that way.

If anyone has encountered this, or a similar problem using images, I’d really appreciate any pointers.

The goal would be that the product that can be purchased on my app display either a ‘work in progress’ image, or a ‘ready for review’ image once the work has been done.

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