I have a SP 2016 Nintex form. A workflow fires when the user clicks on the save button. The workflow retrieves values from each control and stores them in a variable. Later this variable are used to update list item.
I know how to retrieve values from fields that have single line of text as data type. But not sure how to retrieve values from drop down. I have a drop down control called, "Category." The user selects a category. Category is a list in our site collection. How can I have workflow retrieve the category the user selected and store that into a variable?
Thanks a bunch.
Mayank