
I am creating a Power Apps sample in the developer program.
After changing the password for my developer program account, I can no longer connect to my SharePoint list from Power Apps.
I have re-created the connection to the SharePoint list. The SharePoint list can be opened and checked directly from Edit Data.
When I check it in monitoring, the following error is returned.
I would appreciate any help if anyone knows how to solve this problem.
{
"status": null,
"duration": null,
"dataSource": null,
"responseSize": null,
"controlName": "BrowseGallery1",
"propertyName": "Items",
"nodeId": null,
"formulaData": {
"script": "SortByColumns(Filter([@診断画像リスト], StartsWith(Title, TextSearchBox1.Text)), \"Title\", If(SortDescending1, SortOrder.Descending, SortOrder.Ascending))",
"spanStart": null,
"spanEnd": null
},
"data": {
"errorMessage": "ネットワークからデータを取得中にエラーが発生しました",
"raiseToastNotification": false,
"wasReported": false,
"functionName": null,
"context": {
"entityName": "BrowseGallery1",
"propertyName": "Items",
"id": 4679,
"nodeId": null,
"diagnosticContext": {
"formula": "SortByColumns(Filter([@診断画像リスト], StartsWith(Title, TextSearchBox1.Text)), \"Title\", If(SortDescending1, SortOrder.Descending, SortOrder.Ascending))"
}
},
"info": "ネットワークからデータを取得中にエラーが発生しました"
}
}