I have a pretty basic automation that when a record is updated, a separate record in another table is updated with information from the first record.
My problem is, a lot of the fields (which are populated through a public form) are optional and so many are blank, and this causes the automation to fail. It seems really strange to me, as I assume this would be a very common occurrence and that Airtable automations have no way to deal with it?
I would like my automation to run and for the populated fields to update, and for the fields that have no value in them to either be ignored or to update with a blank value (it really doesn't matter which). I have trawled the internet looking for this solution but can't find anything.
Any ideas?