n8n-nodes-base.function
330 workflows using this node.
What is the n8n-nodes-base.function node used for in n8n workflows?
n8n-nodes-base.function n8n workflows are automation templates that use the n8n-nodes-base.function node as part of a reusable workflow. Builders use these templates to inspect how the node connects with triggers, data transformation steps, app integrations, notifications, storage, or AI-powered actions inside n8n. Each workflow listing includes a title, summary, author attribution, categories, complexity level, source links when available, and a downloadable JSON file for review before import. Use this page to compare practical examples, understand the surrounding nodes, and choose a template that can be safely tested and adapted in your own n8n workspace.
n8n-nodes-base-function
Split in batches node currentRunIndex example
This workflow demonstrates how to use to get the running index. Function node: This node generates mock data for the...
Split in batches node noItemsLeft example
This workflow demonstrates how to use to check if there are items left to be processed by the SplitInBatches node. Fu...
Load data into spreadsheet or database
This workflow is a generic example of how to load data from your workflow into a destination that stores tabular data...
Monitor a file for changes and send an alert
This flow monitors a file for changes of its content. If changed, an alert is sent out and you receive it as push, SM...
Execute multiple command lines based on text file inputs
This workflow takes a text file as input. It pulls the information from the text file and used it as a parameter to e...
Get data from Hacker News and send to Airtable or via SMS
This n8n workflow automates sending out SMS notifications via Vonage which includes new tech related vocabulary every...
Receive updates of the position of the ISS every minute
This workflow demonstrates the use of static data in n8n. The workflow is built on the concept of polling. Cron node:...
Send tweets every minute to Mattermost
This workflow executes every minute and fetches the recent tweets from Twitter with the search query . The workflow i...
Find a new book recommendations
Receive a new book recommendation each Friday from Open Library. You can select the subject from thousands of options...
Monitor changes in Google Sheets every 45 mins
Based on your use case, you might want to trigger a workflow if new data gets added to your database. This workflow a...
Tracking your crypto portfolio in Airtable
If you have made some investments in cryptocurrency, this workflow will allow you to create an Airtable base that wil...
Send daily recipe emails automatically
Not sure what to eat tonight? Have recipes emailed to you daily based on your criterial. To run this workflow, you wi...
Weekly coffee chat (Matrix version)
A workflow to automatically create groups of three based on a Matrix room and send out invitations to each group member.
Weekly coffee chat (Mattermost version)
A workflow to automatically create groups of three based on a Mattermost channel and send out invitations to each gro...
n8n workflow backup management with Dropbox and Airtable
This workflow can be used to save all of your workflows in: 1. a raw state (as a json file in Dropbox) 2. an Airtable...
Save your workflows into a GitHub repository
Basics Provides a mechanism to save all your workflows into a github repository and path (of your choosing). These ca...
Send Instagram statistics to Mattermost
This worflow let us know main stat on our Instagram : this is the first i share with community as i am a beginner :)...
Automated congratulations with Google Sheets, Twilio, and n8n

Create an array of objects
You can use the Function node to create an array of objects.
Create multiple JSON items from an array
You can use the Function node to create multiple JSON items from an array.
Convert an array into an array of objects
You can use the Function node to convert an array to an array of objects.
Auto-notify on new major n8n releases via RSS, email & telegram
This n8n workflow template checks for new major releases (tagged with ) of the n8n project using its official GitHub...
Manage attendee registrations and send emails
n8nConf Companion workflow for blog post
Get local datetime into Function node using moment.js
A quick example showing how to get the local date and time into a Function node using moment.js. This relies on the e...