Hi all,
What I would like to do, is have JS write to a parameter, and then bind that parameter to trigger a service, in this case the play of a sequence.
I cannot bind a service(play) to the parameter.
Is there any way I could use the JS parameter to trigger a service?
e.g. Onload > function > params > service
Thank you in advance!
Hi Alexander Ouellet,
A parameter cannot be bound a Service. But you can write a function in JS to update the parameter and then call the Service (play) in the same function.
I hope it helps.
Do you have any guides or resources on what the structure of the JS would look like to call a service in a function?