Skip to content

Instantly share code, notes, and snippets.

@danjpadgett
Last active March 21, 2019 00:07
Show Gist options
  • Save danjpadgett/2ea89392686101b060cafe0d947375ae to your computer and use it in GitHub Desktop.
Save danjpadgett/2ea89392686101b060cafe0d947375ae to your computer and use it in GitHub Desktop.
<ChoiceInput Variable="Location" Question="Select Location" Required="true">
<Choice Option="Ireland" Value="IRE"/>
<Choice Option="UK" Value="UK"/>
<Choice Option="USA" Value="US"/>
<Choice Option="Spain" Value="ES"/>
<Choice Option="Germany" Value="DE"/>
<Choice Option="China" Value="CH"/>
</ChoiceInput>
</Action>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment