Small Case How to Send notifications

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

If you want to loop that you can add another stage with pause workflow action or use Plumsail Workflow Scheduler