Logic App Sharepoint file-in-folder trigger deprecated

Alexis LUCIDO 31 Reputation points
2022-10-31T12:54:22.74+00:00

Hi all,

We are using Logic App to move data from a Sharepoint folder to an Azure Blob Storage.

We were using the Sharepoint trigger "When a file is created or modified in a folder". Unfortunately, this trigger has been deprecated and does not work anymore (i.e., when a file is indeed created or modified, no further action is done after running the trigger).

What could we do to keep the same architecture of moving data around from Sharepoint to Blob Storage through the non-deprecated Logic App triggers? I have been through the other triggers, but none of them seem to correspond to our use case. We could use a trigger pointing directly at a file, but as we have many files to move in the same folder, we would have to create many Logic Apps and that is not how we want to do it.

Thank you in advance,
Alexis

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,192 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,542 questions
Microsoft 365 and Office | SharePoint | For business | Windows
0 comments No comments
{count} vote

Accepted answer
  1. Bruno Lucas 4,436 Reputation points MVP
    2022-11-01T08:25:13.677+00:00

    Hi @Alexis LUCIDO

    You mentioned "We are using Logic App to move data from a Sharepoint folder to an Azure Blob Storage"

    You can use "When a file is created or modified in a folder (properties only)" along with "Get File content"

    255889-image.png

    The documentation does mention "When a file is created or modified in a folder (properties only)":

    https://learn.microsoft.com/en-us/sharepoint/dev/business-apps/power-automate/sharepoint-connector-actions-triggers#when-a-file-is-created-or-modified-in-a-folder-properties-only

    I couldn't find that but I see you can add the folder param in "When a file is created or modified (properties only)"

    255965-image.png


0 additional answers

Sort by: Most helpful

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.