Hi,
Just started to use the Power Automate from within the SharePoint document library and I can see that it refers to a specific site and document.
I would like to make the flow reusable across all tenant and all sites (i.e. when it is needed, create a button that will trigger the specific flow)
So, can we make SharePoint "For selected file" trigger site-independent?
Solved! Go to Solution.
Since the trigger requires specifying the site and specific Library in order to work, no it can't be made site independent. You can do a Save As and modify the copies to work with different libraries in different sites. But there is no way to connect the same flow to multiple libraries at the same time.
Since the trigger requires specifying the site and specific Library in order to work, no it can't be made site independent. You can do a Save As and modify the copies to work with different libraries in different sites. But there is no way to connect the same flow to multiple libraries at the same time.
Thank you @Pstork1
I am struggling with SharePoint's "Get file content" action inside of a "For selected file" flow.
Maybe you know a way how to get the info that is needed for the "Get file content" action, so I can save the file to the OneDrive?
This should work for any selected file in a given document library.
I have already extracted the "Site address" from the "For selected file" trigger as below.
split(triggerBody()?['entity']?['itemUrl'], '/_layouts/')[0]
But cannot find the way to build a proper "File Identifier".
Any tips?
The trigger gives you the item ID for the file. You can use that in the Get File Properties to get more info, including the file identifier.
Thank you @Pstork1
I was trying to make it overcomplicated. It worked perfectly.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
5 | |
3 | |
3 | |
2 | |
2 |
User | Count |
---|---|
14 | |
12 | |
8 | |
8 | |
6 |