I created an Azure logic app for running my actions from my application.
so my requirement is to upload the blob to the shared folder from Azure blob. for that my team is created azure data factory pipeline, so from the logic app designer I am running the trigger when the blob is added or modified, I need to run the pipeline from the azure data factory, while running the trigger, the trigger is fired successfully but it is running at the blob only it is not going to the second action. can you please give me the guidance how should I resolve the issue.