"IgnoreSecurityFilters": true

Is it possible to add “IgnoreSecurityFilters”: true into my properties when posting an Add API outside of workflows? I’m using javascript at the moment and I cannot seem to bypass my security filters.

Thanks

0 2 93
2 REPLIES 2

Hey Andrea, the closest thing you will get to this is using the RunAsUserEmail property and having a designated user that bypasses the security filters.

You should consider hosting your appsheet applications on a generic account (e.g. appsheet@yourdomain.com), and you can allow that account past security filters for cases like this without impacting the functionality for real users. Using a generic account also simplifies things in the event you bring on new developers / transfer development responsibilities.

Thanks Jonathon. I was hoping I wouldn’t have to do it that way.

Top Labels in this Space