Hi,
We are calling a REST/POST API from Orchestrator - using a connector through a connection - and it works well. However, when there are issues with say the data or duplicates etc, the API will return a JSON file, but it'll return a http code of say 422 - suffice to say it's not returning 200's.
When the API does return a 200 (ie the happy path) everything works well, the return JSON comes back and we map out the fields to our output.
The connector output is set to JSON.
When we get...
Read more
We are calling a REST/POST API from Orchestrator - using a connector through a connection - and it works well. However, when there are issues with say the data or duplicates etc, the API will return a JSON file, but it'll return a http code of say 422 - suffice to say it's not returning 200's.
When the API does return a 200 (ie the happy path) everything works well, the return JSON comes back and we map out the fields to our output.
The connector output is set to JSON.
When we get...
Read more