About 203,000 results
Open links in new tab
  1. Configure Action Group to call Logic App workflow using Bicep

    Apr 3, 2025 · I am trying to configure an Azure Action Group to call a workflow in a standard Logic App using Bicep. When I configure the Action Group in the portal, it appears like ie the value …

  2. Send email using Microsoft Graph API from shared mailbox using …

    Jan 18, 2023 · I've verified, using the graph explorer that I can send mail as myself using that API. Can I send email as a shared mailbox via the Microsoft Graph API using an Azure LogicApp? …

  3. How to list and get their data from workflows of an Azure …

    Oct 16, 2024 · I need a powershell script to get the Workflow URL of each workflow in a Azure Standard Logic App. It seems that there is no direct approach to do it using Azure PowerShell, …

  4. Azure REST API can't find workflow triggers for Standard Logic App

    Feb 14, 2025 · This question is similar to: Not able to retrieve Logic app (standard) Workflow URL from ARM template. If you believe it’s different, please edit the question, make it clear how it’s …

  5. Deploy Failure in Azure Standard Logic Apps - Stack Overflow

    Oct 26, 2022 · I cannot find a way to deploy workflows into a Standard Logic App when this Logic App is included in an App Service Plan included in an Azure Service Environment (ASEv3). …

  6. Workflow and API connection provisioning for Standard logic app …

    May 15, 2024 · Deploy workflow in Standard Logic app using arm template is another story, being much more complicated. You can not just copy-paste consumption workflow code into …

  7. Declaring and using a "parameter" in Logic Apps - Stack Overflow

    Sep 7, 2017 · "value": "abc123" } } } In my LogicApp.json file, I've added the "declaration" of MyFirstNewParameter. in the "parameters": {} area (4th line below is where that section starts) …

  8. Azure Logic App In App SQL Trigger "When a row is inserted" / …

    Apr 3, 2024 · I am trying to create an Azure Logic App workflow with SQL Trigger. The trigger that I am using is "When a row is inserted". However, the workflow is not getting …

  9. LogicApp reading from Sharepoint subfolders - Stack Overflow

    Jan 10, 2023 · Is it possible logicapp to read from the Sharepoint subfolder. Tried with the Get Files (Properties Only) still can't read files from the subfolders...

  10. Iterating a JSON array in LogicApps - Stack Overflow

    Oct 20, 2021 · I'm using a LogicApp triggered by an HTTP call. The call posts a JSON message which is a single row array. I simply want to extract the single JSON object out of the array so …