Open
Description
Hi there,
I am making a custom validation in my form. based on the conditions i check, i need to provide errorMessage. I tried to make a global variable which i initialized as empty string and assigned message into it as i check conditions but it doesn't take dynamically.
how can i do this...