I have a fairly complex For Each Loop with multiple steps that depend on data being received from a third party. I suspect there is a chance that the third party data may not be present, or may be different than expected, for a given item. Is there some easy way to handle this by logging the item that errored for later human review and moving onto the next item in the loop?
Thanks.