Forum Discussion
jshaunBTC
Aug 08, 2023Copper Contributor
Query Forms API to get scores or results from form submission
Hello All, May be one for the Forms/Dev Community but thought I would try here. We have a process where 4 forms are submitted weekly (Every week has 4 new forms). We currently gather responses int...
DrEnnui
Jun 17, 2024Copper Contributor
DingkunXie What is your source for this information?
DingkunXie
Microsoft
Jun 18, 2024This is how we implement it in our service.
- jawadahmedAug 13, 2024Copper Contributor
Any idea on how to access this API using Power Automate? Recently, we've encountered problems with this API; it used to work with Power Automate but has not been functioning for the past week.
Connection: Send an HTTP request to SharePoint
{
"status": 401,
"message": "{\"error\":{\"code\":\"701\",\"message\":\"Required user login.\"}}\r\nclientRequestId: xxxxx",
"source": "https://forms.office.com/formapi/DownloadExcelFile.ashx?formid=XXXXXXX",
"errors": []
}We attempted to use the Forms synchronized Excel file from SharePoint, but it only updates with the actual form data when accessed through a browser.
- dfo222Aug 29, 2024Brass ContributorI've had the same problem - working great for ages, then it's suddenly stopped working.
- jawadahmedSep 06, 2024Copper ContributorIt looks like setting up new SharePoint connection references fixes the problem.