Just tested and same at my end. If the variable updates from TRUE to TRUE it will also trigger the sequence.
I have a sequence that triggers when a boolean variable changes (from true to false or false to true) I would have thought the steps wouldn't trigger if the variable is changed to the exact same value (from true to true or false to false)
Why is this happening?
Just tested and same at my end. If the variable updates from TRUE to TRUE it will also trigger the sequence.
Thanks for raising this, definitely not expected behaviour. I'll need to investigate this and update the way it works. I'll respond back here once complete.
Ok, I've fixed this now. Here is how the different scenarios work:
Thanks Derek,
Sounds good! I'm missing the Boolean tho. What if a Boolean changes?
Seems to still be working like before, multiple triggers for a change of true to true or false to false.
Agentbaphomet, can you please send me an email so I can take a closer look at your account and the logs? The fix should have taken care of variables 'changing' from TRUE to TRUE or FALSE to FALSE, so I'll need to look at your specific example to work out the issue.
I sent the email
Thanks. I had overlooked the 'variable changed' trigger, and the fix I applied earlier was only for the the checks in my earlier answer post.
I have now also modified this for the 'variable changed' trigger so should be working as expected now. Let me know if this has resolved it for you.