You can disable a button based on who is currently logged into site:
Example scenario: a doc has 100+ people browsing but you want only 3 to be able to press a button on a table. You can go to “column option” > Advanced > Disable if. Then insert the following formula: Not(@[people name])
Hello @Daeshaun_Morrison!
Yes! it is possible with the help of the User() formula.
Then you can write a formula like this: User().Contains(@User1, @User2, @User3).Not()
This way the button will only be active for the users you selected inside the Contains() formula
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.