I tried both double quotes and single quotes. ie: {{ $json[‘results’][‘id’] }}
I need this because I have other Body Parameters to populate like “after” and “limit”.
The dropdown option “Using Fields Below” means you should enter a string there.
You can force it to use a JSON by placing all the content inside the double brackets {{ <your_json> }} or you should use the JSON Body type and specify the whole JSON there
That is why we need to see your workflow configuration. For example, here’s no syntax error.
Having said that, I believe you have chosen not the right body structure. According to HubSpot Tasks API, the body structure would be something like this
It’s has nested JSON structure. Therefore, I would suggest engaging “Using JSON” option (instead of “Using Fields Below”) as the body of the request. For example,