n8n
Workflow
Assign Values To Variables Using The Set Node
This n8n workflow automates tasks and integrates with various services. Assign Values To Variables Using The Set Node - ready to import and run in your n8n instance.
n8n
workflow.json
About This Script
This n8n workflow automates tasks and integrates with various services. Assign Values To Variables Using The Set Node - ready to import and run in your n8n instance.
Features:
- Automates workflow tasks
- Ready to import into n8n
- Configurable parameters
Source Code
{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": [],
"typeVersion": 1,
"id": "339e02e5-9f9f-4098-a590-f8040ca73924"
},
{
"name": "Set",
"type": "n8n-nodes-base.set",
"position": [
450,
300
],
"parameters": {
"values": {
"number": [
{
"name": "number",
"value": 20
}
],
"string": [
{
"name": "string",
"value": "From n8n with love"
}
],
"boolean": [
{
"name": "boolean",
"value": true
}
]
},
"options": []
},
"typeVersion": 1,
"id": "081a0279-dc90-442e-9bea-ee7d959b5680"
}
],
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "Set",
"type": "main",
"index": 0
}
]
]
}
},
"n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n
#automation
#workflow