I’m syncing some customer data from QuickBooks to AirTable (specifically the contact information). If a customer at one point had an email address, and then that email address gets removed in QuickBooks, then I’m having trouble removing the email in AirTable.
I believe the problem is that when I do an AirTable Update with the Email field set to “17. Primary Email: Address” and that address is blank, then the AirTable connector thinks it shouldn’t update anything.
When I leave a field blank then I expect that it won’t write anything. But when I add a variable to a field then I expect that it will write whatever is in that variable, even if that means it needs to write a null.
I imagine that I could create an additional step that first blanks out everything, then a step that writes out the good data, but that extra step seems like it should be so unneccessary.
So if a variable from a previous step is empty/blank/null, how do I write empty/blank/null to AirTable without specifically using the “null” or “erase” component?