Hello,
I created a plugin and registered its step on a call from a custom action. I also assigned two variables to the custom action, one as input and the other as output.
I then created my plugin and passed the id from the plugin to js, onto the custom page. Yet, the id is returning null. so tried to pass the primary control id to the custom page, but the value is still returning null.
As you can see in the screenshot below, I am passing the primary control.
As for the onStart in canvas, I am retrieving the variable and it is also returning null.
Thank you!