Hello,
I would like to use variables as inputs to the arguments for ALH.callBehavior, but it doesn't seem to be working. I've tried a few different things, including changing the type of the variable to a string.
See attachment with simple setup.
I get the error:
org.mozilla.javascript.WrappedException: Wrapped java.lang.IllegalArgumentException: cannot find the behavior with the specified name.
Is there anyway to address this? This is a simple case, but in reality I intend to have many different functions that I want to call dynamically based on signal inputs. Or is there a better way to go about this?
Thanks,