Erase a value from Airtable with JSON

I want to make the value empty (not 0, EMPTY)

Null and Erase are not working

How can I pass to airtable the following:

Hey @Sam_Krausz

Can you use BLANK() instead of null? See if that works as Airtable marks empty values via ‘BLANK()’

1 Like

We have to use it like this:

1 Like

@Sam_Krausz

Try emptystring instead:

image

1 Like