Weird Issue with Data Collections and Http Post

#1

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.

(Karen Barker) #2

Hi :wave:

I’m not aware of any changes within Flow XO which would have caused the records to get added by us. Do you have any docs for the service that you are getting the data from which might shed light on the situation? Please feel free to email this into support@flowxo.com and we’ll happily try and look further into what’s changed here. :slight_smile:

#3

This was an issue with an earlier step in the process. Sorry.