Paul Fitzpatrick
Paul Fitzpatrick
Other issues relevant to better integrations are #76 (webhooks) and #75 (record-based API).
Update: Pabbly now supports Grist actions: https://www.pabbly.com/connect/integrations/grist/
Good point @asitemade4u - we'll look at tweaking the n8n integration. In the meantime, looking at the code at https://github.com/n8n-io/n8n/commit/4bce33a5306585d0b767b0db8dbf0ae0ac0f8836, getgrist.com is just mentioned in two non-comments, so if you...
@almereyda the code from the Zapier integration might be a helpful reference: * https://github.com/gristlabs/grist-zapier * an example instant trigger - https://github.com/gristlabs/grist-zapier/blob/main/triggers/updated_record_instant.js * this relies on our as yet unofficial api...
Yes, there is no replace feature, sorry about that. Some kinds of replacements can be done with formulas, or by filtering for values of interest and pasting over them -...
Hi @j2l, I'd guess the metadata error is Grist expecting to see some tables it keeps as bookkeeping, and not finding them, because the sqlite file isn't a Grist document....
@j2l it got blocked on an awkward architectural issue. Let me poke at it again - thanks for pinging, and sorry for the delay.
Seems reasonable @almereyda. We have SAML support on the way, for people wanting to use Grist with their SSO.
SAML support is now available. We'll need to do a write-up on how to configure it, but there is documentation at https://github.com/gristlabs/grist-core/blob/main/app/server/lib/SamlConfig.ts
[Authentik](https://goauthentik.io/) looks like a decent self-hosted sso solution. I just tested it and it works well with Grist, using SAML.