Hi everyone,
I'm facing an issue when i try to define the behavior of a button. I want it to be enabled only when all the fields of a formula are filled.
The problem is that i have Date Time value and float value. So i can't say " enable when actionflow. .... .Date != ' ' " . It's ok for String but when it's float or date time i can't figure out a solution. (i tried "null" but not working) Can someone help me please? Thanks.