Hi all, I have a few Action XML templates that I use for automation to trigger actions that run a fixlet through the API. The action takes two parameter values in addition to the computer ids that have to be provided to it in order for it to work. RIght now, I provide those through automation tooling and populate it before submitting the action to run the fixlets.
What I want to do however is to allow this fixlet to also be run manually from the console in addition to being able to be triggered from the API through code but im not sure how I would go about making changes to it to support both. I want the fixlet to ask for the parameters or provide an input field for them when an action is triggered manually for them through the console but not when its run from an action through the API.
Is this possible?