Forum Discussion
Gareth Jayne
Jan 11, 2019Copper Contributor
Flow button in Modern Document Library Web Part
Hi everyone I am working on a modern Team Site. I have followed the instructions here to create a button in a document library to run a flow on a specific document, and this works perfectly in t...
bynum
Mar 09, 2021Iron Contributor
Just wanted to add a voice that I discovered this same limitation myself today (list web part doesn't fire the flow, but the flow does run when you're in the context of the list view within the list). Hope for a resolution soon!
- mgrif0Sep 23, 2021Copper ContributorThe URL to run a flow is almost the same as the URL to edit the flow.
If the Edit URL is:
https://<region>.flow.microsoft.com/manage/environments/<environment guid>/flows/shared/<flow guid>/details
Then the Run URL is:
https://<region>.flow.microsoft.com/manage/environments/<environment guid>/flows/shared/<flow guid>/run
Just change the /details to /run.
Now, it doesn't launch as smoothly as you would hope, but it DOES work in a web part. You may also need to work with it to get it to pass any details of the item you want it to run against. i.e. pass in parameters from the list item.- ishchupakFeb 10, 2022Copper ContributorCan u elaborate, how to use it inside List WP, company disabled embedded WP, besides, I need List WB to be connected to other lists on the page
- Romain740Jan 10, 2022Copper Contributor
- jherskoMay 03, 2022Copper Contributor
For those who don't know how, to display a list or library in an Embed web part, add this code to the web part (replace URL with your information): <iframe width="402" height="346" frameborder="0" scrolling="no" src="https://YOURURL"></iframe>
Full details are available here.