This activity extracts values from field from filtered list items at specified list and store result in dictionary.
Parameters
Input parameters
Parameter | Description | Example |
Thefollowing field | Field name which values you want to get from the list. | Title, Task Status |
All (optional) | List view name or ID, or CAML query for list items those you want to get field values from. | All items, <Query><Where> … </Query></Where> |
Current list | List name or id(quid) those you want to get field values from. If empty, current workflow context list will be used. | Tasks[%Workflow Context:List Name%]/Lists/ Tasks |
Variable | After successful workflow execution contains field valuesfrom processed list items. |
Example