Forum Discussion
oseverma9
Feb 15, 2024Copper Contributor
Logic Flow name in Azure Log Analytics
dependencies | where type == "Ajax" | where success == "False" | where name has "logicflows" | project timestamp, name, resultCode, duration, type, target, data, operation_Name, appName | order ...
Kidd_Ip
Nov 02, 2025MVP
I believe below the reasons that you are not able to see the Flow name/ID:
- The dependencies table in Application Insights logs client‑side AJAX calls (from your Power App to the Logic Flow endpoint).
- By default, it only records generic fields like name, target, resultCode, and data.
- The Logic Flow identifier (GUID or friendly name) is not mapped into these fields. Instead, it’s carried in the HTTP request headers or sometimes in the url field.