Is there a way for all Action List calls in OnFailure to run with Ignore Failure. I don't want to do an Ignore Failure on all the actions in these Action List because this Action List can also be called from other places in addition to OnFailure (an example is an Email Action List). Thus, if an action in this Action List (which is being called not from OnFailure) fails, then it would be handled by OnFailure. I read from another posting that this can be done in BeforeAction script to set Action.IgnoreFailure = True or False but I would have to do this for all Actions in this Action List. I was wondering if there's a better way. Thanks.