Issue with button behavior
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…