Jan 17, 2023 11:14 AM - edited Jan 17, 2023 11:15 AM
Is there a way to automate delete an image after the date set for that image. Context this is for a social media posting automation using another source (Make.com with airtable). Only have the free airtable account so it will occasionally say there are too many images, it would be nice if they would automatically delete after posting.
Thanks
Solved! Go to Solution.
Jan 17, 2023 07:28 PM
Assuming you're alright with clearing the entire attachment field, you should be able to do this with Automations relatively easily.
Make a formula field that'll check whether today's the same date you want the image to be deleted on, make the automation trigger off that field, then do an "Update Record" action, add the attachment field then leave it empty like so:
This'll clear out the image. I vaguely recall reading that deleted attachments still contribute to the file size though as they're kept in the trash for you to recover it or something? Not sure I'm afraid, sorry
Jan 17, 2023 07:28 PM
Assuming you're alright with clearing the entire attachment field, you should be able to do this with Automations relatively easily.
Make a formula field that'll check whether today's the same date you want the image to be deleted on, make the automation trigger off that field, then do an "Update Record" action, add the attachment field then leave it empty like so:
This'll clear out the image. I vaguely recall reading that deleted attachments still contribute to the file size though as they're kept in the trash for you to recover it or something? Not sure I'm afraid, sorry
Jan 18, 2023 03:34 PM
Thank you, I actually did not even need to use the formula field.
Aug 24, 2023 08:40 AM - edited Aug 24, 2023 08:40 AM