Triggering Logic App Standard when changes to Data Lake Gen 2 occurs and deletes a table

Song 41 Reputation points
2022-01-19T16:28:00.767+00:00

I want to test a simple workflow below:

1 Upload a text file to a Data Lake Gen 2 blob container, which triggers Logic Apps Standard
2 The workflow then deletes a table in the same storage account.

Workflow is below:

166455-image.png

The problem is that the table still exists, which is supposed to be deleted.

Refs:
https://learn.microsoft.com/en-us/connectors/azureblob/
https://learn.microsoft.com/en-us/connectors/azuredatalake/

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

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,991 Reputation points Moderator
    2022-01-24T17:26:52.903+00:00

    @Song Ideally the table should delete if your workflow Delete a table action is executed successfully. I have tried the reproduce the scenario but couldn't observe the issue.
    The table was successfully deleted once the action was executed successfully.

    167946-image.png

    Can you please confirm if your action was successfully executed? If it was successfully executed then please verify whether the table was recreated by any other system/application.
    You can try enabling the diagnostics logs to verify if there was a Delete table call for your table name that you have specified when your logic app was e executed. This will help you to narrow down the issue.

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

    0 comments No comments

Your answer

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