Is there any settings that can set the maximum length of the value for the global variables?
Hey @anderson.wong,
The quick version is no, Out of interest what sort of length are you currently trying to use?
Hi Jon,
I am trying to write a javascript function in global variable so that every workflow can be called. Is there any ways to do that other then using global variables.
Thanks.
Anderson
Hey @anderson.wong,
What about using a sub workflow that runs a code node? You could pass the parameters in then return the output of the code node.
1 Like
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.