I’m using Rows and learned 2 days ago about Grist. It looks awesome in general, but lacks some important features that Rows have, such as:
- Something like
SCHEDULE
,REPEAT
,REFRESH
(see: `cron` / `schedule` / `repeat` / `refresh` and `CRON` / `SCHEDULE` / `REPEAT` / `REFRESH` · Issue #1401 · gristlabs/grist-core · GitHub) - Something like
GET
,POST
,PUT
,PATCH
(it seems Grist has aREQUEST
function that’s only available in self-hosting, but I don’t want to self-host)