Skip to content
Airtable Update Mod...
 
Notifications
Clear all

Airtable Update Module Missing Map Field

5 Posts
3 Users
0 Reactions
4 Views
Sam_Krausz
(@sam_krausz)
Posts: 3
Active Member
Topic starter
 

I noticed that the Map option is available in all Airtable modules except for the Update module. Is there a specific reason for this?

 
Posted : 06/02/2023 9:23 pm
Wemakefuture
(@wemakefuture)
Posts: 13
Active Member
 

Hi. If you wish to map it, you can utilize the API call. This approach allows you to map the Base as a parameter.


Thanks!
callin.io
If you have questions, feel free to reach out.

:wink:

 
Posted : 07/02/2023 9:11 am
Sam_Krausz
(@sam_krausz)
Posts: 3
Active Member
Topic starter
 

I'm not sure how to accomplish this.

 
Posted : 08/02/2023 12:48 am
ManishMandot
(@manishmandot)
Posts: 11
Active Member
 

Here is the API documentation: Airtable Web API

 
Posted : 08/02/2023 2:47 am
Sam_Krausz
(@sam_krausz)
Posts: 3
Active Member
Topic starter
 

I'm trying to figure out the correct format for updating a Link to another record cell.

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

Could someone please provide the format for updating linked record cells?

 
Posted : 14/02/2023 5:16 pm
Share: