I'm trying to get a Visible to function properly.
Label 2 is the persons email address, pulled with User().Email
I require the user to input their email address into DataCardValue28 and it to match their User().Email address, if it does, it makes a button visible to them.
Visible is:
If(DataCardValue28.Text = Label2.Text,true,false)
This works perfectly when it's exactly the same.
The workaround that I needs, is to lose the case sensitivity as if someone types in John.Smith@abc.com instead of their User().Email john.smith@abc.com its not coming back as a match even though it would be fine for what's needed.
Any help much appreciated 🙂
Thank you 🙂
Solved! Go to Solution.
You superstar! Worked perfectly!
Thank you 🙂
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
200 | |
100 | |
61 | |
59 | |
58 |
User | Count |
---|---|
254 | |
164 | |
90 | |
79 | |
70 |