Validation Feedback Not Showing Message

0
Hello, everyone in this community. sorry if my english is bad, but I've some case that validation feedback not showing message. My first think is the validation feedback are not triggered in microflows. then i started to debugging then the surprising thing is validation is triggered but doesn't make any effect in the validated field. here's some pictures maybe can help to solve my problem.    
asked
2 answers
1

Hi Fahmi Affan,

                   Check the Parameter passing is correct or not  and In the  decision,Check the

validation is correct or not.

Once the validation checks finish ,Check the change variable(At the end of the microflow)

if the change variable is true means continue else false means end the microflow.

 

 

answered
0

 

Hello Fahmi Affan,

 

Check the parameter value you passing to validation microflow.

image.png

answered