I have a scenario that looks up values in a Notion database and creates Airtable items.
One of the fields to populate in the new Airtable item is an image, which is taken from Notion.
However, I want the Airtable item to still be created even if there isn’t an image in Notion.
I think I can achieve this with some kind of “ifempty()” formula in the image field in Notion, so if there is no image, Make doesn’t even attempt to create that field, but I haven’t been able to get it to work.
Any tips much appreciated.