Logic apps Dependencies

Ram 66 Reputation points
2022-07-06T09:46:41.237+00:00

I have four logic apps (consider as logic app 1 and 2 and so on). For this logic apps I have different pipelines this pipelines will run once the file is loaded into blob storage.
My scenario is, I need to add dependencies like after running of logic app 1.Then only my logic app 2 should run even though files are uploaded in blob storage at same time. All logic apps should not suppose to trigger at same time i need one after other. Thanks

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

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,536 Reputation points
    2022-07-11T06:26:52.333+00:00

    @Ram Thanks for reaching out. Unfortunately, you cannot add any dependencies with the blob trigger that it should trigger once your other workflow is executed successfully. The workflow will always trigger once the file is added/modified as per the trigger and the trigger condition that you have specified.

    The alternative is in case you have specific file name format then you can add the trigger condition so your logic app would only trigger once on the specific condition and in your workflow, you can get the other blob files to perform the sequential processing of individual files in your workflow.


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.