graflow: dataset & markup from flow

This commit is contained in:
STEINNI
2026-01-07 10:42:17 +00:00
parent 53dd4b1458
commit e98ee24c38
2 changed files with 20 additions and 17 deletions
+9 -6
View File
@@ -5,26 +5,29 @@
{ "nodeType": "eicBasic",
"id": "aze",
"coords": { "x": 50, "y": 120},
"data": {
"markup": {
"title": "Build attendees list",
"subtitle": "Build an attendees list to email"
}
},
"data": { "a": "a1", "b":"b1"}
},
{ "nodeType": "eicBasic",
"id": "aze2",
"coords": { "x": 300, "y": 120},
"data": {
"markup": {
"title": "Select message",
"subtitle": "Select an email template"
}
},
"data": { "a": "a2", "b":"b2"}
},
{ "nodeType": "eicBasic",
"id": "aze3",
"coords": { "x": 550, "y": 120},
"data": {
"markup": {
"title": "Data mapping",
"subtitle": "Associate content variables with attendees data"
}
},
"data": { "a": "a3", "b":"b3"}
}
],
"links": [