@eddy.daouk wrote:
Hi @Smith,
This behavior makes sense since the REST API will only return a value when the connection and execution was successful.
If the API crashes, the error will be posted in the RESTAPICLIENT system action itself (In the actions history) and not in the action that captures the errors.
That is unless you capture the error in the API itself and return the error in a string format to WorkflowGen.Here is an example of where you can locate the error (in RESTAPICLIENT action):
Eddy.