I am getting this exception when trying to run an activity in debug within the case of a Switch statement. the error doesn’t occur if I run the workflow before the switch statement.
How can this be solved if I want to debug or run from an activity i debug
if I try to run e.g from the 1st activiy within the switch “Click Agree” I get the exception. The expression in_variation_Decision is an argument with a default of “Agree”
In the check App state activity did you provide the in_variation_decision?? Also after the App state activity can you print this variable in a message box and check what the value it’s holding.
Then give the switch case. Execute in debug mode and step into method.