i am using Power automate to getting data from sharepoint list without using REST API directly.
recently i have a requirement to use REST API to perform aggregate function sum and average the SharePoint list column.
Following is the sample flow i did
i used the send an HTTP request to sharepoint in automate instead, see below.
but when run process gets stuck in send an http request to SharePoint step.
and following is the error message
i tried to create a new list with simply two column list also same error.
I create a simple list in another site also i ran into same error.
what do i missed here ?
any pointer is very very much appreciated and many thanks in advance. ...
Note : the flow will keep running for long time and will required to cancel the running. it just wont timed out or throw a run time error other than the bad gateway message i shown above.