Table of Contents

Delete Table Entity

Delete an entity from an Azure Table.

Delete Table Entity

Example Example
This flow iterates through each employee in an Azure Table, checks if they’ve been inactive for over 12 months based on lastLoginDate, and deletes them. 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 to insert into.
PartitionKey Yes Select or enter the value of PartitionKey.
RowKey Yes Value of the RowKey.