Hi,
I have a button which I want to have the DisplayMode of Edit if a column on a Dataverse table includes their email address, and Disabled if it doesn't appear in that column. Their email address could appear more than once in this column, but I am only interested if they appear, no matter how many times.
I have tried...
If(First(Filter('DV_Table', 'Manager Email' = User().Email)), Edit, Disabled)
but this errors... any ideas what I'm doing wrong?
Thanks
K