workflows.fit
Back to n8n workflows
n8n templateFreeBy Harshil Agrawal

Insert and retrieve data from a table in Stackby

This workflow allows you to insert and retrieve data from a table in Stackby. ![workflow-screenshot](fileId:410) Set node: The Set node is used to set the values for the name and id fields for a new record. You might ...

Data & StorageCore NodesManual TriggerSetStackbyStart
Loading interactive preview...

Template notes

This workflow allows you to insert and retrieve data from a table in Stackby.

![workflow-screenshot](fileId:410)

Set node: The Set node is used to set the values for the name and id fields for a new record. You might want to add data from an external source, for example an API or a CRM. Based on your use-case, add the respective node before the Set node and configure your Set node accordingly.

Stackby node: This node appends data from the previous node to a table in Stackby. Based on the values you want add to your table, enter the column names in the Column field.

Stackby1 node: This node fetches all the data that is stored in the table in Stackby.