Hi Everyone,
I am trying to identify when two datacards with text fields within a form have duplicate values before submitting. My thought was to create a variable based on an If statement then if true show a warning and if false submit form. Question is how do I identify if the text fields in the different cards match. I tried this
Set (_Dup, If(DataCardValue213.Text)=(DataCardValue215.Text),false))
Powerapps did not complain about the command but it does not identify a duplicate.
Anyone have an idea how to accomplish this??
Thanks
Mark