Forum Discussion
klaw-sha
Oct 21, 2020Copper Contributor
Flow with for a selected file trigger does not appear for some users
I have a flow with the trigger "For a selected file" and I can see it by clicking on its three dot menu and then going down to power automate and seeing it as one of the options. My users who have fu...
kvud
Oct 02, 2025Occasional Reader
Hey folks, stumbled on this thread after having the same issue. The way it worked on my side was to use the GUID of the library. As soon as I did that it showed up.
Here's an excerpt from another post:
-------------
Go to list settings [or library] >> See the URL and the list GUID is after "List=".
SharePoint GUID Conversion Encoding. just replace:
- %7B with {
- %2D with –
- %7D with }
For example, from the below screenshot, we get the value "%7B788041CE%2D5DB5%2D43BF%2D84E1%2D4417550E227C%7D" after "List=". Use the above decoding technique we get the GUID:
780841CE-5DB5-43BF-84E1-4417550E227C
-------------
https://learn.microsoft.com/en-us/answers/questions/1182602/how-to-get-the-list-guid-in-sharepoint