Forum Discussion
Retrieve Power BI report name into sharepoint list
Elijah94 Not with MS Forms. But I have done this with Power Apps forms, which can capture URL parameters in the form. So for example, what you would do is put your report ID in the URL for the Power App feedback form link as a parameter, and the parameter would set a hidden field in the form (you could call it "report ID") to capture the report ID. That lets you use one feedback form for any number of reports, just editing the URL for each report.
MS Forms will not take URL parameters to set fields, hence Power Apps. You have to be careful too with which version of the canvas app you create on the SP list - the ones you generate from SharePoint via the "customize the form" options will not work, you have to create the Power App from make.powerapps.com and just set your source to SharePoint (it's something about the SharePoint integration where it doesn't get the full feature set). This is notable only because I started with the former and had to restart with the latter when I did this. 🙂