Solved
Empty value Check not validating on button click
Hello,
I am trying to do a simple check on a paragraphField or any field(integer, text, decimal field).
The validation is not working for empty or null. I tried giving a!isNullOrEmpty(ri!value), Null(ri!value), ri!value=null. The validation message is not shown.
If i give any other logic, it works.

