In "Set Variable" action is it possible to assign more then one variable?
In Nintex Workflow 2013, in "Set Variable" action as of now, only one variable can be assigned. However, in real time scenario there will be possibility of assigning large number of variables in a workflow. In this situation many "Set Variable" action needs to be added in a workflow.
Can the "Set Variable" action be enhanced to have an option to set more then one variable with in one "Set Variable" action.

-
Anonymous commented
@Alexey Krasheninnikov
Great idea to use the Query List action to set the values of many variables at once! Thanks! -
Collin Burnell commented
AND... it would be great if the Set Variable Action could actually Create the Variable. This might allow reading a SharePoint List of values (possibly a long list of Solution Settings), create the variable (name, type) and give it a value. Probably from a collection.
-
Alexey Krasheninnikov commented
Side note: I see users doing repeated queries against one item for different field values using this action instead of adding more fields to Query List action.