I want to use Pro forms data in the node editor but I can’t find a way to access the data.
For instance I want to use the value of a select field to calculate with in a JavaScript node. Or use a check box value in a branch node. Or fill variables.
There is not much documentation (at this moment) for the node editor. So I don’t know if there is any syntax I can use to do this.
I hope someone can help, cause I really like the potential of the node editor.
I have tried your solution, and it works.
But I’m building an app that has a lot of form fields with a default choice (Value).
The values of these fields are not accessible in this way.
The work around is to make the users fill out every field.
I hope that in a future update form field values are directly assignable to variables.