I am getting an error response that typically happens on the 1st try to do this workflow. I am:
- Getting a response from OpenAI Completions API (requesting JSON with array name and a few parameters)
- Converting that response to JSON using a backend workflow (APIConnector2)
- Sending that JSON to a repeating group
The error is: Error parsing data from Apiconnector2: "```json\n{\n…
The workflows works when I try a few times, typically on the 2nd. However I get the error and I would like to avoid it.