Hi, I have this condition, it is returning error as type of argument not valid:
If(DataCardValue44.SelectedItems.DisplayName=User().FullName, DisplayMode.Edit, DisplayMode.View)
What I want is that quen some one click de Edit Button it becomes editable only if de User name is the same deployed in the DataCardValue44 andi if not then don´t allow to edit.
Thanks for your help!