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.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
181 | |
52 | |
41 | |
39 | |
33 |
User | Count |
---|---|
261 | |
81 | |
71 | |
69 | |
66 |