So I have a workflow that connects to an API and retrieves data from the API
When the workflow was uploaded to the server, It encountered SSL error and couldn't run.
In order to bypass this error, i added python to my workflow to download the JSON data directly and bypass the SSL connection error.
This seems to work, downloaded JSON data seems truncated but with a little research, i found out the data is till in there and no cause for worry
But the downloaded json data never gets completely extracted using the JSON parse tool
I have attached images of the API call on postman and the records returned.
Also attached is the records returned in the JSON parse tool in ALteryx.
The json data in alteryx should be more than that and the entity data should match
what is on post man.
I'd need help with this urgently