thanks for posting your example code
1.) Your command contain a SendKeys action with a payload {1} parameter. This will not work as you think, because the payload will contain the understood text from the payload dictation - which is not the needed format for the SendKeys action.
The SendKeys action emulate only keyboard presses - for example: to press Control-Shift-End use as parameter: ^+{END}
2.) You have set the payload dictation and the last phrase "optional" which means your command will also execute if you say only: "when is" without any other words.
What do you intend with the "SendKeys" action - send text to ...
If you want write the recognized text from the payload dictation to a file, you have to use the "File.Write" action
You can do a click on the magic wand to see a description of the selected action or use our Wiki documentation:
http://voxcommando.com/mediawiki/index.php?title=Actions