You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I pull my API data, the JSON is formatted in a way that the info is contained within several nested paths.
I don’t know how to pull the nested items {Name}.
When I try to just call {Name}, Data Populator returns nothing.
So, I tried to using the “Root Path” box to narrow down to fields but I don’t understand the format in which that needs to be entered. The only result I could get was by just typing ‘ records ‘ and it nested down one level but not far enough to grab {Name}.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I pull my API data, the JSON is formatted in a way that the info is contained within several nested paths.
I don’t know how to pull the nested items {Name}.
For example…
My Airtable API url generates this JSON:
{ "records":[ { "id": "rec34YYJemfEhio48", "createdTime": "2022-06-22T14:35:19.000Z", "fields":{ "Name": "Wood Working", "Division": "Craft", "End": "2022-06-24", "Start": "2022-06-23" } } ] }
When I try to just call {Name}, Data Populator returns nothing.
So, I tried to using the “Root Path” box to narrow down to fields but I don’t understand the format in which that needs to be entered. The only result I could get was by just typing ‘ records ‘ and it nested down one level but not far enough to grab {Name}.
Beta Was this translation helpful? Give feedback.
All reactions