ACL not working on custom widget for viewers

Hello there,

I’ve got a custom widget that is a nicer visualisation of my data. From that widget I should be able to create or update records but right now I get errors (No write access) when I’m trying to do it as an unknown user (viewer) even though I’ve adapted the ACL for it.

I’ve tried the following ACL combinations for all my tables:

  • user.Access in [VIEWER]
  • not user.IsLoggedIn
  • user.Email == “anon@getgrist.com”

Each time I’m giving access for Read, Create and Update but I remove Delete access.

Any ideas why this doesn’t work? Does the custom widget use some particular right?

Cheers!