Is it possible to log the StepStatusFail message?
I would like to log any error I get from StepStatusFail or StepStatusWarn. For example, I have a when condition in an activity and I use StepStatusFail:
When StepStatusFail jump to later step: FA
I would like to use Log-Message to log whatever the problem was in StepStatusFail or StepStatusWarn. Is this possible? If so, how?