Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

List cell values by field name instead of ids ?

Topic Labels: Automations Data
600 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Théau
5 - Automation Enthusiast
5 - Automation Enthusiast

Hey there!
I'm trying to build an automation every time a record gets created on my base.
I'm calling the list webhook payloads in order to see the new record data (https://api.airtable.com/v0/bases/{baseId}/webhooks/{webhookId}/payloads).
I'm receiving backing something like:

"createdRecordsById": {
     "rec00000000000000": {
          "cellValuesByFieldId": {
              "fld0000000000000": 0
          },
          "createdTime": "2022-02-01T21:25:05.663Z"
          }
}

I was wondering if it was possible to get cell values by name instead of Id ? 
And if not how could I easily find back the name of the field given by cellValuesByFieldId ?
Cheers!

0 Replies 0