Help with calling JS variable

Finally got it figured out. For anyone that may have the same problem - Dmx.parse() is only working when it is inside a JS function

I changed my dmx.app.set to be a function and autorun a flow to run that function. There’s probably a better way but this works.