How to update image in database

I am using integromat app to do some backend things. I have collection with images and text. I accessed the image via url, changed it in the backend, and now I want to update only the image in a specific record of the collection. How can I do it?

If you are using an ‘image’ property type, it might be best to have a text property also- ‘image URL’. Then you can easily just send the image URL from integromat to this field. Then when using images in your app, display from URL instead of the normal display from database image.

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