Hi everyone,
I'm having trouble with the add row to table action. It worked fine a few days ago.
Today my flow got stuck on this action, with a similar output. I haven't found any solution for this.
Get rows action with another file works well, but this one doesn't.

When trying to select a table I get this:
Werte konnten nicht abgerufen werden. Fehler bei der Anforderung für dynamische Aufrufe: Unexpected error occurred when calling the ApiHubsRuntime API: 'Microsoft.Azure.ProcessSimple.Data.Entities.Exceptions.ProcessSimpleDataException: The ApiHubsRuntime API call failed with http status code 'BadGateway' and response content '{
"error": {
"code": 502,
"source": "europe-001.azure-apim.net",
"clientRequestId": "7ada8859-4c10-478f-ad54-95e0-c057198f",
"message": "BadGateway",
"innerError": {
"status": 502,
"message": "Die Graph-API ist aktuell nicht verfügbar.\r\nclientRequestId: 7ada8859-4c10-478f-ad54-95e0-c057198f",
"error": {
"message": "Die Graph-API ist aktuell nicht verfügbar."
},
"source": "excelonline-ne.azconn-ne.p.azurewebsites.net"
}
}
}'
at Microsoft.Azure.ProcessSimple.Data.DataProviders.AzureResourceManagerDataProvider.<>c__DisplayClass52_0`2.<<CallAzureResourceManager>b__0>d.MoveNext() in X:\bt\1080432\repo\src\processsimple\Roles\ProcessSimple.Data\DataProviders\Services\AzureResourceManagerDataProvider.cs:line 579
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.WindowsAzure.ResourceStack.Common.Algorithms.AsyncRetry.<Retry>d__3`1.MoveNext() in X:\bt\1179789\repo\src\common\core\algorithms\AsyncRetry.cs:line 0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at Microsoft.WindowsAzure.ResourceStack.Common.Algorithms.AsyncRetry.<Retry>d__3`1.MoveNext() in X:\bt\1179789\repo\src\common\core\algorithms\AsyncRetry.cs:line 171
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Azure.ProcessSimple.Data.DataProviders.AzureResourceManagerDataProvider.<CallAzureResourceManager>d__52`2.MoveNext() in X:\bt\1080432\repo\src\processsimple\Roles\ProcessSimple.Data\DataProviders\Services\AzureResourceManagerDataProvider.cs:line 0'.
It would be nice if anyone could help 🙂