I noticed that the Map option is available in all Airtable modules except for the Update module. Is there a specific reason for this?
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.
I'm not sure how to accomplish this.
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?