
So I am trying to create a macro that will call an API script with multiple options, but one particular option is not applicable in all cases. I can create two different macros, but trying to see if I can condense it down to one.
Basically I want "no" to pass a blank value, allowing the apiscript to be run with option1 and option2 only. The problem, I can't seem to find a way to pass a null or blank value. I have tried several combinations including spaces, multiple spaces, and double quotes, but all of them do not pass a null value back. Is this even possible?
!apiscript --option1 --option2 ?{Do you want to include option3?|yes, --option3|no,}
Basically I want "no" to pass a blank value, allowing the apiscript to be run with option1 and option2 only. The problem, I can't seem to find a way to pass a null or blank value. I have tried several combinations including spaces, multiple spaces, and double quotes, but all of them do not pass a null value back. Is this even possible?