Hi @Amber Dao,
To view the Logic App Workflow Runtime Logs in your Log Analytics workspace, ensure that you are accessing the correct table. The LogicAppWorkflowRuntime logs are generated during the Logic Apps workflow runtime, and you can find them by following these steps:
- In the Azure portal, open your Log Analytics workspace.
- On the workspace navigation menu, select Logs.
- In the new query tab, expand LogManagement in the left column and select LogicAppWorkflowRuntime.
If you do not see the LogicAppWorkflowRuntime table, it may be due to configuration issues or the logs not being sent correctly. Ensure that your Logic App is properly configured to send logs to the Log Analytics workspace and that the necessary permissions are in place.
Additionally, if you're working with Azure Government regions, make sure to select Azure Diagnostics instead.
For further clarification, please refer to the following documentations: Document1, Document2
I hope this helps resolve your issue. Feel free to reach out if you have further concerns.