
Hi All
I am checking if Float value is less that 1 and getting ActionBranchingConditionNotSatisfied
and getting
Thanks
I would suggest two things.
1) in your condition make sure you type in a float to measure against, like 1.0, or use a variable that is explicitly set to a float type.
2) For troubleshooting put a Compose action in the no side set to the value, just to give it something to do.
But I think #1 is your problem. Its trying to check if its less than an Integer not a float.