I'm using the low-code platform FileMaker. It contains data about nodes and shapes for the palletes, and I'm getting that information into a "Web Viewer" object found in this platform along with all the JS.
Since FileMaker is a database application, it holds the records. I can trigger the FileMaker platform from this web viewer object to run a script to update some records in the various tables.
In order to do that, I need to be able to run a JS function to pass the data back to FileMaker.
Can I use a function somewhere in the diagram options to send the data back?
If not that: how do I get all the nodes in a diagram as an array? This would be an alt method for me as I could run my own JS function at a time to send the nodes back to FileMaker.
Thank you!