Hello everyone, I have a scenario where I am extracting entries from Google Sheets (different types) and pass it to #Airtable using #Make (#Integromat)
The error that I'm getting is "Invalid URL in parameter", I mapped the fields from G Sheets (URL) to the fields related I have in Airtable (Type: URL). The URL fields that have value didn't throw any errors, only the empty fields have thrown this error.
Error:
Below you can find the scenario in #Make (#Integromat)
below is the module (Upsert a record in #Airtable) that have the errors):
As you can see from the previous image, When I tried to map the field as is while it's empty it threw the error, and I tried to use (ifempty) formula but the same happened.
Does anyone have any idea of how to handle empty fields (especially URLs) ?
Thank you!