Return the error of an integration in a specific step to the response
Summary
Return the error of an integration in a specific step to the responseContent
Hi everyone,
I am working on a small integration consisting of 3 steps:
The first step is a REST trigger that sends a JSON string.
The second step is a stage file that is responsible for creating a .dat file
The third step is another stage file that compresses the .dat file in .zip format
What I'm trying to do now is to get an error in case of failure of an integration step, for example, if the step of creating a .dat file fails, I should return something like this in the REST response
Tagged:
0