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 🙂
User | Count |
---|---|
157 | |
93 | |
78 | |
73 | |
57 |
User | Count |
---|---|
201 | |
166 | |
98 | |
94 | |
79 |