Hi
I am developing a SharePoint online permissions app so people can request and approve permissions to document libraires. I have everything working but the request part it currently picking up the SharePoint document libraires and sites from a SharePoint list held on another SharePoint site. So currently the user selects the SharePoint site from a drop down list (populated from the SharePoint list) and then selects the document libraires they require access for.
What I would like to be able to do is for a user to click on a link to launch the flow from a link on a SharePoint site and only see the document libraries for that site.
We have around a 100 Sharepoint sites and what I am planning on doing is placing a link on each site home page to launch the app so I would like it to be able to pick up the URL of the site the flow is launched from pass this as a parameter to the app and filter the SharePoint list to only show document libraires that match the url.
I am happy if this can be done by either creating a flow to capture the url and pass to the app or by passing the url directly to the app.
Do you know if this is possible and if so how to do it? The grabbing the url the flow/app is launched from?
Thanks
Dom