Hi, few days ago my flows still work fine but after I tried to make changes on Azure Active directory to let people outside my organisation can sign in to Planner, all the Power Automate flows stoped.
For example, one of my flow cannot create attachment files in sharepoint.

{
"error": {
"code": 502,
"source": "asia-001.azure-apim.net",
"clientRequestId": "3522a0af-660c-47cf-9f0e-34845cdd06bd",
"message": "BadGateway",
"innerError": {
"status": 502,
"message": "Cannot create folder \"sites/ShippingTeam/Shared Documents/Shipping Estimation Doc/2020-03-26T08:23:48Z\".\r\nclientRequestId: 3522a0af-660c-47cf-9f0e-34845cdd06bd\r\nserviceRequestId: 72c6429f-c0b4-0000-3a29-18fa2fb6b433;72c6429f-a0ba-0000-3a29-11ba5c26dbe1;72c6429f-80bd-0000-3a29-1d0a326dba54",
"errors": [
"-2130247165",
"Microsoft.SharePoint.SPException"
]
}
}
}
I am not sure if it is because of my updates in Azure active directory or not.
I followed the below video to make changes, it said it will take 24 hours for my changes to take effect but it has been 5 days since my flows stop.
From my backend it said the Azure AD connection is not enabled, is it what cause the issue?
Please help😓