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.