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.
Discussion posts and replies are publicly visible
hiron0583 You can add all the validation conditions in a variable too to check if any validations are getting invoked currently on the screen. Let's say we named that variable as activeValidations.
Now if the value of activeValidations is true, then don't show the confirmation else you can.
Hope that helps!
Harshit Bumb (Appyzie)
Thank you for your suggestion. I will verify your suggestions and propose them to my clients.