Populating Single Select Dropdown with an Array

hello all,

Single Select widgets can either be driven off of Static Values or Variables. if you choose to use a Variable, the Single Select Widget has to be provided an Array. this would be the resulting solution:

Screen-Recording (1)

  1. create an Array:

  2. drive the Single Select off of the Array:

hope this is useful!!