I am trying to create 1000 list item to SharePoint online using power automate flow which utilizes Rest API batching capability but just 661 list items has been created and for the remaining items I got an error json object per each list item with the following content
"{"error":{"code":"-2146233083, Microsoft.SharePoint.Client.ClientServiceTimeoutException","message":{"lang":"en-US","value":"The operation has timed out."}}}"
My question is that Is there any way to increase the timeout limit for SharePoint online Rest Api ?
or Is there any workaround for this issue?