Bigfix secret parameter

I used https://www.bigfix.me/fixlet/details/2593 as a basis for a fixlet in order to enter a secret parameter, which works great. I added a 2nd action to my fixlet (which doesn’t use the secret parameter) but when I deploy the fixlet with Action2, it ends up pushing the Action1 actionscript.
It looks like the javascript in the fixlet “” section does reference Action1. Is that being hard coded for some reason and is there a way around it to have it actually push use action1 or action2 actionscript code like normal?

Running v9.5.9

I believe you’d need to add form buttons, one to use jscript to launch Action1 and another to launch Action2. That way it’s not linked to the TakeAction event firing off.

yuk. Maybe i’ll just add an action parameter query rather than an Action2.