Question
Actions are not getting skipped when 'When' conditions fails
Below image contains a list of actions that needs to be executed on click of a button
Each of them have a when condition which checks the value of property type TrueFalse like below
Now when the value of the property is true data transform should be executed followed by the local action, add new work should be skipped.
When the value of the property is false data transform and local action should be skipped, add new work should get executed.
The issue is that both the data tranform and local action are executed regardless of the value of the property in the when condition, they are not getting skipped.
Hello,
Does this only happen when you have all three actions, or is the addition of a specific one responsible for this odd behavior? Where is the data the when evaluates and and how is it initialized? Also, does that field expect a dot ('.') before the property name, and without it you are asking if a top level page evaluates to true?
Thanks,
Mike