Custom policy restric whats app can deploy

hi dear i want to ask
how to restric what app can deploy in appsheet?
i have answer for appsheet team use with [IsDeployable] but how to use parameter this policy?
thanks

0 5 106
5 REPLIES 5

Not sure what the exact question you may look for the clarification.

Do you want to restrict ONLY one person can deploy the app? Then it should be something like this.

IF(
USEREMAIL()=“xxx@xxxx.com”,
[IsDeployable]=TRUE,
[IsDeployable]=FALSE
)

then how to when i want with list email?

Just an example.

IF(
Contains(text(List(“a@dummy.com,"b@dummy.com","c@dummy.com")),useremail()),
[IsDeployable]=TRUE,
[IsDeployable]=FALSE
)

then ho to when i want with app id?
if applications x, y, and z can be deployed but other applications cannot be deployed

hi dear
i need your help
i want to restric what app can deploy and what app can’t deploy
can you help me? its possible with appsheet?
thanks

Top Labels in this Space