Hi there,
Firstly, thanks in advance for your help!
I have created a flow that sends an adaptive card to a user, collects the answer, and then updates my SharePoint list. Everything was working perfectly until today. When I test the flow it seems to completely skip through the Get Items command to Sharepoint. As a result, the rest of the flow does not work. However, it shows no errors. I get the following as the output to the Get Items command:
{"statusCode":200,"headers":{"Transfer-Encoding":"chunked","Vary":"Origin,Accept-Encoding","X-SharePointHealthScore":"2","X-MS-SPConnector":"1","X-SP-SERVERSTATE":"ReadOnly=0","DATASERVICEVERSION":"3.0","SPClientServiceRequestDuration":"346","X-DataBoundary":"None","X-1DSCollectorUrl":"https://mobile.events.data.microsoft.com/OneCollector/1.0/","X-AriaCollectorURL":"https://browser.pipe.aria.microsoft.com/Collector/3.0/","SPRequestGuid":"151e37d5-5e6e-4fc1-9927-64c9f4afcabc","request-id":"151e37d5-5e6e-4fc1-9927-64c9f4afcabc","MS-CV":"1TceFW5ewU+ZJ2TJ9K/KvA.0","Strict-Transport-Security":"max-age=31536000","X-FRAME-OPTIONS":"SAMEORIGIN","Content-Security-Policy":"frame-ancestors 'self' teams.microsoft.com *.teams.microsoft.com *.skype.com *.teams.microsoft.us local.teams.office.com *.powerapps.com *.yammer.com *.officeapps.live.com *.office.com *.stream.azure-test.net *.microsoftstream.com *.dynamics.com *.microsoft.com securebroker.sharepointonline.com;","MicrosoftSharePointTeamServices":"16.0.0.23012","X-Content-Type-Options":"nosniff","X-MS-InvokeApp":"1; RequireReadOnly","Timing-Allow-Origin":"*","x-ms-apihub-cached-response":"true","x-ms-apihub-obo":"false","Cache-Control":"max-age=0, private","Date":"Wed, 26 Oct 2022 14:28:43 GMT","P3P":"CP=\"ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI\"","X-AspNet-Version":"4.0.30319","X-Powered-By":"ASP.NET","Content-Type":"application/json; charset=utf-8","Expires":"Tue, 11 Oct 2022 14:28:43 GMT","Last-Modified":"Wed, 26 Oct 2022 14:28:43 GMT","Content-Length":"12"},"body":{"value":[]}}
Does anyone have any solutions to fix this? It shouldn't be an access problem as I am the owner of the Sharepoint page. I have a manual trigger on the flow.
I have tried rebuilding the flow from scratch and it works for the first few times and then cuts out and returns the same output as above.
Many thanks for your help!
