# Erase a value from Airtable with JSON

**URL:** https://community.make.com/t/erase-a-value-from-airtable-with-json/11887
**Category:** Questions
**Created:** [June 7, 2023, 2:19pm UTC](https://community.make.com/t/erase-a-value-from-airtable-with-json/11887 "2023-06-07T14:19:29Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Sam\_Krausz](https://avatars.discourse-cdn.com/v4/letter/s/e19b73/32.png) [@Sam\_Krausz](https://community.make.com/u/Sam_Krausz)
#### Post date: [June 7, 2023, 2:19pm UTC](https://community.make.com/t/erase-a-value-from-airtable-with-json/11887/1 "2023-06-07T14:19:29Z")

</div>

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

**Null** and **Erase** are not working

How can I pass to airtable the following:

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/2X/3/31af54176a23f2ec6442eb92e1abdebabb1c5899.png)

---

<div class="post-metadata">

### Author: ![sArchitect](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/sarchitect/32/1736_2.png) [@sArchitect](https://community.make.com/u/sArchitect)
#### Post date: [June 7, 2023, 2:37pm UTC](https://community.make.com/t/erase-a-value-from-airtable-with-json/11887/2 "2023-06-07T14:37:30Z")

</div>

Hey @Sam_Krausz

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

---

<div class="post-metadata">

### Author: ![Sam\_Krausz](https://avatars.discourse-cdn.com/v4/letter/s/e19b73/32.png) [@Sam\_Krausz](https://community.make.com/u/Sam_Krausz)
#### Post date: [June 7, 2023, 5:50pm UTC](https://community.make.com/t/erase-a-value-from-airtable-with-json/11887/3 "2023-06-07T17:50:29Z")

</div>

We have to use it like this:

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/2X/2/2f2b4c55e235de2601b4826087ca1d54f97bd881.png)

---

<div class="post-metadata">

### Author: ![sArchitect](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/sarchitect/32/1736_2.png) [@sArchitect](https://community.make.com/u/sArchitect)
#### Post date: [June 7, 2023, 11:11pm UTC](https://community.make.com/t/erase-a-value-from-airtable-with-json/11887/4 "2023-06-07T23:11:01Z")

</div>

@Sam_Krausz

Try emptystring instead:

![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/2X/6/61ae53a9b0bd56839565578906ff92a07c249982.png)

---

<div class="post-metadata">

### Author: ![Make\_Bot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/make_bot/32/14661_2.png) [@Make\_Bot](https://community.make.com/u/Make_Bot)
#### Post date: [December 7, 2023, 5:12pm UTC](https://community.make.com/t/erase-a-value-from-airtable-with-json/11887/6 "2023-12-07T17:12:53Z")

</div>


