I have been performing a http request that has retrurned the following data collection for some time:
{
“id”: “recBHNwfexKJXPDGA”,
“fields”: {
“FirstName”: “wendi,johnjay,chelsea”,
"Confidence ": “79,20,79”,
“State”: “high,low,high”
},
“createdTime”: “2017-07-20T03:19:18.068Z”
}
Now all of a sudden I get this:
Data
{
“records”: [
{
“id”: “reccgJRExrtzIPlbZ”,
“fields”: {
“FirstName”: “wendi,johnjay,chelsea”,
“Confidence”: “79,20,79”,
“State”: “high,low,high”
},
“createdTime”: “2017-07-20T03:20:20.244Z”
}
]
}
Why all of a sudden does this “records” show up? I performed a post outside of Flowxo and it doesn’t show the “records” either.