Queries for the LogicAppWorkflowRuntime table

Count of failed workflow operations from Logic App Workflow Runtime

Count of failed workflow operations from Logic App Workflow Runtime in selected time range for each workflow.

LogicAppWorkflowRuntime
| where Status == "Failed"
| summarize count() by WorkflowName