What are you trying to achieve?
Hi everyone,
I’m trying to conditionally send an uploaded image from a Tally form to Airtable, but I want to skip the image entirely if the user didn’t upload one.
The problem is:
If the file upload field is empty, Make throws an error because the URL is missing.
I only want to send the image if the user actually uploaded one.
If the upload field is empty, I want to skip the field entirely to avoid errors.
Steps taken so far
I tried this, but it did not work.
{{if(1.fields.Company Photos (Optional).url = “{}”; null; 1.fields.Company Photos (Optional).url)}}


