Hi Andres,
as far as i know you can not store easily a table list to a dropdown, until a loop is implemented.
But if you know the table id of the records you like to store in a dropdown, you can step the table index through all records and push the record onto an array.
This array is assigned as the dropdown variable.
Using this in a step open trigger, you get an array with all selectable employee (in the example: MA) for using in the app.
Hope this helps
Regards Chris
