How can i get textbox validation message

0
Hi All Experts Anyone who can you help tell me how can get textbox validation message, I want to use this message to control the rigth image show/hiden, thank you.
asked
3 answers
0

In that case, you have to create 1 boolean attribute in your main entity e.g "IsMainContract" set it to false initially, in validation microflow , check if your main field is empty or not

if empty set this boolean to true else set false and refresh entity, and use this same boolean to show message and tick icon, like below 

image.png

 

image.png

answered
0

Hi Bill,

you can use the Validation Feedback and give your custom message

answered
0

like the following screenshot

image.png

answered