There are js and svg flowchart frameworks out there for example flowchart.js and gojs.
I’m wondering of possibility to create database driven flowchart. I think it would be possible quite the same way app connect chart been implemented based on chart.js.
you can use flowchart js with wappler!!! … you need to parse your json or you can create database for flowchart then fetch similar field types into this script
dmx.parse('serverconnect1.data.query1') but dont forget all field names and structure are must be similar …
Hi, thank you again. Just to note here for my own ref that I’d try it out on later stage. Not sure if this is correct code template based on what I read from the code provided by Patrick on the post you quoted.
var diagram = flowchart.parse(dmx.parse('serverconnect1.data.query1'));
Tried this but no luck but parsing the value normally from an input does the trick. I just need to bind dmx-value into the particular input then. Should be good to go.