Hello everyone, I have a very simple JSON POST to the Airtable API but am unable to Post an object into the Fields.
{
“fields”: {
“Time”: “{time}”,
“DeviceID”: “{device}”,
“Payload”: “{data}”,
“computedLocation”:{computedLocation}
}
}
In my Airtable,...