Automation Action: Azure Table
Get or Put Azure Table Entities.
Read from or write to Azure Table Storage.
Specify your Azure Storage Account Name and Access Key and click the Connect button to connect.
Select the Table Name to read from or write to.
Select the Operation - Get Entity to read a table row or Put Entity to write a new table row.
Get
Specify the Partition Key and Row Key for the table entity you want to read. These can contain %variable% replacements.
Once the table entity has been read you can then map entity property names to ThinkAutomation variables. Select the ThinkAutomation variable name from the Assign To list - and then enter or select the table entity property name in the Assign From column.
Put
Specify the Partition Key and Row Key for the new table entity you want to write. These can contain %variable% replacements.
You must then map entity property names to ThinkAutomation variables. Select the ThinkAutomation variable name from the Assign From list. Select the property Type, and then enter or select the table entity property name in the Assign To column.
You can also assign the URL to the newly created Table entity by selecting from the Assign Url To list.