Hi all,
I’m having an issue with returning a variable from a function using the toolbox plugin.
The setup is as follows:
-
Function bubble_fn_a is created in the Javascript to Bubble element and the function is declared in an html element:
-
A workflow uses the ‘Run Javascript’ action which runs the function:
-
I’ve got an event listening for the function to run, and when it does it puts the function’s returned value (which should be the variable initiativeName) into the URL as a parameter:
However, despite the variable being correctly created, the final step never triggers and nothing happens despite the workflow being triggered.
Any idea why this is not running?
Thanks in advance!
Reece