Is it possible of multiple files uploaded share point at a time logic app will trigger

Vijay-2791 151 Reputation points
2023-01-04T12:25:00.453+00:00

My trigger name is when a file is created or modified If we upload 3 files at a time logic app will trigger only one files reaming two are failed but that Tigger will maintain the reaming two files data so I want each files trigger separately at a time

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

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,941 Reputation points Moderator
    2023-01-12T05:08:08.9066667+00:00

    @Vijay Thanks for reaching out. Your logic app will be triggered for each and every file that you have uploaded in your SharePoint as per the configuration in your sharepoint connector. By default the split on property will be enabled for your SharePoint trigger so for evert file it will trigger individually having different run. But in case if you want to run in the same run for the configured duration then you need to disable the split on property on your trigger.

    User's image


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.