Hi all, i’m trying to use n8n to link grist to dolibarr. I’d like to send only the currently selected row’s data through to n8n, the ultimate goal is to create an order in dolibarr with data that is a grist table row…
So far i’ve only managed to send a whole table to n8n, which is a step in the right direction, but not quite my goal.
I could rephrase it into : grist webhook that triggers n8n is called and transmits data from the selected row. But that’s the step that does not work as a grist webhook transmits the whole table unless you specify a filter column. Problem is : i don’t know how to create a “currently selected row” behaviour in a specific column.
EDIT : but again, that’s the way i intend it to work, maybe not the way it is intended to…
From what I know, Grist webhook sends the subject record only as the payload, not the whole table. I suggest you make a boolean (toggle) column, and make that to be the column for grist webhook to watch for. As soon as you toggle that column for that record, that record will be sent to n8n for processing. You have to toggle that though, not just select and trigger a webhook.