How can I create an audit report for POST /entities update in an Workato recipe?

Question

We need to emphasize the importance of recipes identifying errored records in Reltio. What is a suitable method for identifying errored records and communicate the results?

 

Answer

  • Create a list that will be used to accumulate messages.

 

  • As you perform the "for each" loop, add to error and success audit totals.

  • Next in the same loop,  log the message to the job report.

  • Next in the same loop, log the item index, severity of error, error message, error code, error detail message, success or failure, and the batch index number.  You can also add any additional information such as crosswalk value.

 

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.