HTTP request with data from MySQL

Hi everyone!
I need to get new data from MySQL and sent it using HTTP request. I am trying to insert the data received from MySQL step1 to HTTP request body, but have a error “Body is not a valid JSON object”.
{
“records”: [
{
“fields”: {
“day”: 1{{step_1[‘results’][0][‘dat’]}}11111,
“count”: 2
}
}
],
“fieldKey”: “name”
}

How to send the data from step1 properly?

Hi!

I think it has to do with the “ , they have to be straight " and not an opening or closing “ or ”.

Tried this In a JSON validator.

Hope this helps, if not successful let me know and please provide a screenshot too if possible

Kr Bram

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.