Right now when looping through a list with items, if one of the items causes a failure the whole process stops, fails and exits out. I would want an 'on error continue' option so that the loop finishes and I can review the errored items and decide on the next action.