Variables
Get flow variables
Name
Value
Name
Type
Description
{
"components": {
"e58aba53-cc20-4847-b3ef-c0d35d5e4421": {
"links": {
"message": {
"a6bb7a84-89c5-41e9-8b59-6a3264a49272": {
"out": {
"inspector": {},
"variables": {
"static": {},
"dynamic": [
{
"componentId": "9f9542a2-b37d-4280-aa54-87f21912701b",
"hardwired": true,
"label": "Start time",
"port": "out",
"value": "{{{$.9f9542a2-b37d-4280-aa54-87f21912701b.out.started}}}"
},
{
"componentId": "9f9542a2-b37d-4280-aa54-87f21912701b",
"hardwired": true,
"label": "Raw Output",
"port": "out",
"value": "{{{$.9f9542a2-b37d-4280-aa54-87f21912701b.out}}}"
},
{
"componentId": "a6bb7a84-89c5-41e9-8b59-6a3264a49272",
"hardwired": true,
"label": "Raw Output",
"port": "out",
"value": "{{{$.a6bb7a84-89c5-41e9-8b59-6a3264a49272.out}}}"
}
]
}
}
}
}
},
"properties": {
"inspector": {
"inputs": {},
"groups": {},
"errors": {
"inputs": []
}
},
"variables": {
"static": {
"channelId": [
{
"label": "My Channel",
"value": "123"
},
{
"label": "Another Channel",
"value": "ABD1"
}
]
}
},
"schema": {}
}
}
},
"flow": [
{
"label": "Flow ID",
"category": [
"Control"
],
"name": "g_flowId"
},
{
"label": "Flow Name",
"category": [
"Control"
],
"name": "g_flowName"
},
{
"label": "Random Number",
"category": [
"Math"
],
"name": "g_random"
},
{
"label": "PI",
"category": [
"Math"
],
"name": "g_pi"
},
{
"label": "UUID v4",
"category": [
"Control"
],
"name": "g_uuid4"
},
{
"label": "Timestamp (Unix)",
"category": [
"Date"
],
"name": "g_timestamp"
},
{
"label": "Now (ISO 8601)",
"category": [
"Date"
],
"name": "g_now"
},
{
"label": "User ID",
"category": [
"Control"
],
"name": "g_userId"
},
{
"label": "Webhook URL",
"category": [
"Control"
],
"name": "g_webhookUrl"
},
{
"label": "Custom Fields",
"category": [
"Control"
],
"name": "g_customFields"
}
]
}Example:
Was this helpful?
