My power automate is not triggering from my business central Environment.It is giving me this Error----There was a problem opening Power Automate. If the problem persists, contact your administrator.
this is my code:
pageextension 50144 PowerAUt extends "General Journal"
{
actions
{
addfirst(Category_Process)
{
actionref(ZingHRIntegration_Promoted; ZingHRIntegration)
{
}
}
addbefore("F&unctions")
{
customaction(ZingHRIntegration)
{
ApplicationArea = All;
Caption = 'Testing';
// Image = 'Run';
Enabled = true;
CustomActionType = Flow;
Visible = true;
FlowId = '6d9cd583-e568-4c56-a0e3-f14b45bbe43f';
FlowEnvironmentId = 'Default-96a7a85c-6c4c-4faa-b7bc-9cbed06ec857';
}
}
}
}