How to restric share application in appsheet

i have a custom policy, but i stuck for custom this policy restrict who can share application in appsheet
cause i want only 1 user can share application to another user
thanks

Solved Solved
0 1 73
1 ACCEPTED SOLUTION

Not sure if this would work, but try

IF(
Useremail()=xxxxx@xxx.com,
[DisableAppSharing]=True,
[DisableAppSharing]=False
)

View solution in original post

1 REPLY 1

Not sure if this would work, but try

IF(
Useremail()=xxxxx@xxx.com,
[DisableAppSharing]=True,
[DisableAppSharing]=False
)

Top Labels in this Space