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

PingpongSet 26 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.
1,960 questions
No comments
{count} votes

1 answer

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

    @PingpongSet 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.