Maybe I'm missing something, but booleanParameters in the Parameters
block seem to be pretty much functionally equivalent to
selectParameters. I was expecting to be able to use a booleanParameter
to be able to produce a true/false flag that I could use later.

I want to do something like this:

<booleanParameter>
  <name="Conditional"/>
  <true name="True"/>
  <false name="False"/>
</booleanParameter>

...

<message>
$[Conditional|"Was True"|"Was False"]
</message>

It seems like a booleanParameter would be more valuable if you could
use it in an actual conditional situation like above. So if the user
picked True from the drop down "Was True" would be displayed etc.

Is something like this possible already?

Reply via email to