There is a Map option in all Airtable modules except in the Update module, Why?
Hi. If you want map it you can use the API call. This way you can map the Base as parameter.
Thanks, Helio!
Wemakefuture
If you have questions reach out
1 Like
No any clue how to do it
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”
}]
}