So in most cases you should still be able to copy existing nodes from the forum (or other workflow templates) into your workflow and use them. That said, the new node can still handle uploads. Here’s a quick example built on [email protected] using the latest available nodes.
Table structure
My example Baserow table Demo
consists of two columns Name
(Single line text) and Attachments
(File):
In the workflow I am using a bunch of identifiers, these are available through $yourBaserowUrl/api-docs:
Workflow
You can copy this workflow right into your n8n canvas so you don’t have to transfer individual field values.
Result
This should run fine once you update username, password, and hostname for your Baserow instance and update the IDs mentioned above:
After executing this workflow a new row has been inserted as expected:
Hope this helps @lgeraldes! Let me know if you run into any trouble with this.