I'm using the Celigo REST API to fetch job execution data and have a question about the response data.
API Endpoint: GET /v1/jobs
Base URL: https://api.integrator.io/v1/jobs
The numResolved
field is always 0
for me, and I’m wondering what specifically can cause it to be greater than 0
. Manually resolving errors in the console does not seem to affect it. And re-running the same record through the flow a second (successful) time does not seem to affect it.
Is there any way I can deliberately trigger this to be greater than 0
?
Thank you in advance!