General Coding
Add a custom Node to n8n to store variable values
Add custom node to n8n to store variable values In the n8n community edition you cannot use variables, but a user created a custom node (plugin) to allow you to store variable values, albeit only in your workflow. This is the n8n-nodes-globals NPM package, also known as “Global Constants”. In Read more