Hello everyone this is small example of the workflow which get list items with specific status and send notifications.
The whole workflow:
To field in Send Email workflow action.

Caml query:
<View>
<Query>
<Where>
<Eq>
<FieldRef Name="Status"/>
<Value Type="Choice">Active</Value>
</Eq>
</Where>
</Query>
</View>
Gen an Item from Dictionary workflow action:
([%Variable:index%])/FieldValues/AssignedTo


