I’m currently working on an automation in Make.com where I need to create a carousel post on Instagram using media (images and videos) stored in Airtable. I’m trying to determine the type of media (IMAGE or VIDEO) based on the file extensions of the URLs I retrieve.
I’ve added a Set Variable module after my Iterator module, and I’m trying to use conditions to set the variable based on the URL. However, I’m not sure how to properly write the conditions or the logic in the Set Variable module.