Table of Contents

For each Entity

Iterates over a list of all entities in an Azure table.

Foreach Table Entity

Example Example
This flow iterates through each employee in an Azure Table, checks if they’ve been inactive for over 30 days based on lastLoginDate, and updates their status to "inactive" if needed. It processes each employee one by one, then ends with a 'Done' step once all are evaluated.


Properties

Name Required Description
Title No A user-defined title for the action.
Connection Yes Specify the connection to the Azure Table Storage account.
Table name Yes The name of the table containing data.
Entity properties No Define the properties of the table entities to use in the iteration.
Filter No Configure filters to refine the list of table entities to process.
Entity name No The name of the table entity to iterate over.

Returns

Returns a list of the table entities.

Filter

Simple filtering, accepts input or variable input:

Foreach Table Entity5

Advanced filtering accepts input or variable input:

Foreach Table Entity6

Foreach Table Entity7