Validation Feedback Incorrect

0
I have a registration system set up to give feedback based on whether you have filled out the registration form properly. For this form, one of the things you need to submit is an email. When I go to register an account, my microflow is telling me that the email field is empty, even when it isn’t.   Basically my microflow creates a Boolean variable, then checks if the email field is empty with the expression: $Registration/Email !=empty   If false, it shows a validation message and changes the variable valid.   What am I missing?
asked
1 answers
0

Looks good to me.

My advise is to add a breakpoint and see what happens in your microflow. 

1. What is the input of the microflow

2. What values are present

3. Which value is evaluated

4. What is the outcome in the microflow vs expected

 

answered