In my build, I need to ask a question and execute some actions if the answer is Yes.
However, the Fail options don’t work for me as the build just halts rather than skip indented actions under it and when I try to set a user defined variable, it does not appear in the Variable drop down - only the standard variables are there.
Are both of these by design or is this an error? How can I put a conditional step in my build depending on an answer to a prompt?
Use the option to put the result into a variable, and then use an “If Then” action after that to decide whether to run child actions of the “If then” action.