Hi,
I have a huge flow and at one point I want to check if the requester is certain person/s or not.
I want it to return "False" but I always get "True":

The condition looks like this:

The variables is a String and contains only one value, a e-mail/UPN (first.last@company.com).
I have tired the following 1st Value:
- Forms
- Sharepoint
- Get user profile (v2)
Against the following controls(?):
- It not equal to
- dose not start with
- dose not contain
And against the 2nd Value:
- The Variable
- Typing the email/UPN
- Typing the: first.last
I also tried to separate it into separate groups with "Or" between them but nothing works.
Anyone have any idé?
Thank you!
Update 1
I recreated the hole flow so this isn't applicable anymore.