Hi,
After much searching on here and on you tube, I thought I'd best ask a question as I wasn't able to find the solution.
I'd like to change the DisplayMode on a button from Disabled, to View, but only if the User().Email is contained within a table of users; essentially what I'm trying to do is lock down some 'approval' buttons so that they only appear if the current user is held in a table.
So I've tried setting the DisplayMode formula to be if(LookUp(User_table, Email = User().Email) <> "", Displaymode.View, DisplayMode.edit)
However, this doesn't appear to work, so I was hoping one of you smart folk would be able to steer me in the right direction.
Thanks in advance,
Dan