I have a PowerApp to gather feedback on a SharePoint site. My intention was to somehow get the current SP page url (or title) and somehow pass that via a param to the PowerApp so we can determine which page the feedback refers to without the user having to specify.
Is there a way I can get the URL (or page title) of the current page and then pass that to the App?
I have seen examples using C# and Javascript to get the page url but my business limits my SP permission and even if I add a code web part, I am not sure if it will run.
I thought I could do something like this in the link "Link_to_PowerApp?url=then some code to get the page url"
Any help or suggestions welcome.
Thanks