# Map Field missing in Airtable Update Module

**URL:** https://community.make.com/t/map-field-missing-in-airtable-update-module/7777
**Category:** Questions
**Created:** [February 6, 2023, 9:23pm UTC](https://community.make.com/t/map-field-missing-in-airtable-update-module/7777 "2023-02-06T21:23:01Z")
**Posts on this page:** 6
**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: [February 6, 2023, 9:23pm UTC](https://community.make.com/t/map-field-missing-in-airtable-update-module/7777/1 "2023-02-06T21:23:01Z")

</div>

There is a Map option in all Airtable modules except in the Update module, Why?

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

 ![Screenshot_2](https://europe1.discourse-cdn.com/flex013/uploads/make/original/2X/8/861d2f09fca01683d79982192668d19719ca812c.png)

---

<div class="post-metadata">

### Author: ![Wemakefuture](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/wemakefuture/32/103_2.png) [@Wemakefuture](https://community.make.com/u/Wemakefuture)
#### Post date: [February 7, 2023, 9:11am UTC](https://community.make.com/t/map-field-missing-in-airtable-update-module/7777/2 "2023-02-07T09:11:49Z")

</div>

Hi. If you want map it you can use the API call. This way you can map the Base as parameter.

> **[Airtable | Everyone's app platform](https://airtable.com/developers/web/api/update-record)**
>
> Airtable is a low-code platform for building collaborative apps. Customize your workflow, collaborate, and achieve ambitious outcomes. Get started for free.

* * *

Thanks, Helio!  
Wemakefuture  
If you have questions reach out 😉

---

<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: [February 8, 2023, 12:48am UTC](https://community.make.com/t/map-field-missing-in-airtable-update-module/7777/3 "2023-02-08T00:48:43Z")

</div>

No any clue how to do it

---

<div class="post-metadata">

### Author: ![ManishMandot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/manishmandot/32/25887_2.png) [@ManishMandot](https://community.make.com/u/ManishMandot)
#### Post date: [February 8, 2023, 2:47am UTC](https://community.make.com/t/map-field-missing-in-airtable-update-module/7777/4 "2023-02-08T02:47:55Z")

</div>

![Screenshot 2023-02-08 at 8.16.45 AM](https://europe1.discourse-cdn.com/flex013/uploads/make/original/2X/8/8541b5ac168a0554ca520879b6f70fca1356bf5f.png)

Here is the API documentation: [Airtable Web API](https://airtable.com/developers/web/api/update-record)

---

<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: [February 14, 2023, 5:16pm UTC](https://community.make.com/t/map-field-missing-in-airtable-update-module/7777/5 "2023-02-14T17:16:02Z")

</div>

I am looking for the format how to update **Link to another record** cell

So far I know only how to update reguler cells, like this:  
{  
“records”: [{  
“fields”: {  
“Address”: “501 Twin Peaks Blvd”,  
“Name”: “Twin Peaks”,  
“Visited”: true  
},  
“id”: “rec560UJdUtocSouk”  
}]  
}

---

<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: [September 7, 2023, 3:36pm UTC](https://community.make.com/t/map-field-missing-in-airtable-update-module/7777/6 "2023-09-07T15:36:02Z")

</div>


