In a smart form I am trying to populate a drop down list with a list of outcomes from a workflow activity without any success. I am trying to do so with the SmartForms client event with K2 studio being the workflow editor. These are the steps I've done and hopefully someone can tell me if I'm missing something.
-----------------
1) Create a smart form/view with a drop down:
In k2 designer I created a view with a sigle drop down list, then I create a form that uses the smart form
2) Wire the form into a workflow
In the workflow designer in k2 studio, I created a smartforms client event and and under the "Actions Display Settings" window, I have dragged the listbox from the view I created to the Selection Control box the under Use an existing list control to display the actions' section.
The activity has two actions ( Approve and Deny ) so I'm expecting when the Form is loaded, the drop downlist should have two entries for each.
I save and deploy the workflow, but when I view the form, nothing shows in the drop down. Is there anything else I need to do to get this to work?