I am using an API with a command prompt.  This works fine, I want to create a macro which utilizes a drop down to provide a variable to the command.  I have a successful macro and working API, but when I try and combine them it fails.  How do I call my token macro to provide the variable needed for the API command to fire?   I am using a simple drop down ?{name ?|attribute name, @{selected|attribute value}|etc, } this provides me with the variable value I am seeking, but when i add it to the command it does not work !API Command  ?|attribute name, @{selected|attribute value}|etc, } it returns the variable value does not exist.  Any suggestions?