HI,
Is it possible to update a collection and removing or replacing the current image? When sending image to URL, ideally we should be able to delete the uploaded image, if not possible removes the purpose of UI/UX. Thanks
@JL_LJ this should definitely be possible, the action you need to perform while trying to update will be PATCH update the existing record.
Can you provide little more detail on how you’re trying to do this?
Hi @bhanu,
I have a collection with the fields:
- Name
- Image
- ImageURL
I built a an S3 flow that sends the image to S3, then updates the ImageURl with that S3link. I want after this another update that deletes the Image from Adalo Storage.
When you are trying to overwrite the image for that record, you need to trigger an update to it using the record ID or unique identifier.
That way your collection knows which record you’re updating and does the job.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.