Support output links for actions inside for each loops in Logic Apps #1405
aqin-hoopp
started this conversation in
Feature Ideas/Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, when inspecting a Logic App run, actions such as HTTP requests typically provide an "Outputs" link for detailed diagnostics. However, when these actions are placed inside a for each loop, the output link is not shown in the run history UI nor is it returned inside the
WorkflowRunAction
object when accessed through the CLI or the API.Upon tracing the network activity in the browser, it appears that the output data is present and the link does exist, but it is simply not surfaced in neither the UI, the API, nor the CLI.
We opened a support ticket and were informed that this behavior is by design. We were advised to submit a feature request if we would like this functionality to be supported.
Having output links consistently available for all actions significantly improves my team's ability to debug our logic apps when they do fail.
Beta Was this translation helpful? Give feedback.
All reactions