Dear All,
On a model driven app page command bar, i had placed a custom button and i want to make the button visible only to the Owner of the record. I tried with the below Power fx Formula on the Visibility property
(Self.Selected.Item.Owner <> User())
still the button is visible in all users
how to achieve this functionality.