Just need a table, updated let’s say, once every 2 hours, with the info on construction jobs coming from another system.
I suppose best method would be to generate an SQL View and connect Grist to it?
Just need a table, updated let’s say, once every 2 hours, with the info on construction jobs coming from another system.
I suppose best method would be to generate an SQL View and connect Grist to it?
Hello, what did you end up with regarding this topic?
End up with nothing.
BUT I plan to test doing that through n8n (free automation tool). I think n8n can connect to an SQL View, fetch data and send to Grist.
n8n works well, but due to the fact that there is no function to update data like Zapier, you have to create complex structures.
My request for this is here:
Yeah I tried n8n and was glad to see it working to insert data inside Grist.
Didn’t realize though that it had no support for update…
@BiBo hope to see your request being fulfilled
I haven´t played much with n8n, but would those complex structures be created once and be saved as a trigger or something, to be reused?
Input:
GET /records
)PATCH /records
)POST /records
)