One screen to view all a logic app's inputs & outputs

Richard Scannell 406 Reputation points
2025-01-16T09:56:05.2466667+00:00

How do search ALL the inputs & outputs from ALL the steps in one go. I know how to look at the inputs & outputs from a single named step in a logic app. I need to do this to find the step where a particular variable is generated.

I have inherited a large & complex logic app, which is failing in a step that uses a code for an API, which is failing with the message that the code is invalid. The code is generated in an earlier unknown step and I need to find out where the code is generated. Many thanks.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,323 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Shireesha Eeraboina (Quadrant Resource LLC) 830 Reputation points Microsoft Vendor
    2025-01-23T05:49:36.0666667+00:00

    Hello @Richard Scannell ,

    I'm glad my previous response was helpful. To export the run history to a CSV or JSON file, you don't necessarily need Application Insights. You can do this directly from the Azure Portal.

    • Go to the Azure Portal and navigate to the Logic App then click on the "Overview" tab to see the run history.
    • Select the specific run you want to export, this will open the run details and in the run detail's view, look for an option or button like "Download" or "Export". Sometimes, these options are available under the more options menu.
    • If this option is not directly visible, you can also use PowerShell to export the run history.
    • You don’t need any specific roles beyond having access to the Logic App and the permissions to view its run history. If you don’t see the "Download" button or encounter any permission issues, you might need to check with your Azure admin.
    • Once you have the JSON or CSV file, you can use any text editor or spreadsheet application to search for your variable easily.

    I hope this helps! Let me know if you have any further questions or need additional assistance.

     

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.