AZ Logic App: Saving Data from one AZ Table Storage to another (not all collumns from AZ Table Storage 1 in AZ Table Storage 2)

Raphael Schnizler 66 Reputation points
2022-03-28T08:40:19.49+00:00

Hey ;)

I have a whole Dataset in an AZ Table Storage and i want to insert part of it (several collumns) into another AZ Table Storage using AZ Logic Apps.
Could anyone help me? I'm totally new with AZ Logic Apps.

Thank you!

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,249 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,731 Reputation points
    2022-03-30T11:55:02.717+00:00

    @Raphael Schnizler Thanks for reaching out. I will suggest reviewing this document to get familiar with different logic app offerings.
    Azure logic app offers different connectors and you can find the list in this document. The individual connectors document can provide you with more details on different triggers/actions available for that connector.

    For your requirement, you can create any trigger as per your need and leverage the Azure tables connector to perform different operations on the azure storage table.

    Workflow:
    Any Trigger as per your requirement --> Get Entities (get rows from your existing table) --> Loop through the result set of Get Entities --> Insert Enity (insert row in new table)

    Not specific to the storage table but you can refer to this document which talks about the azure blob connector which can help you to understand configuration parameters while connecting to the storage account.

    Feel free to get back to me if you need any assistance.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.