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...
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 …
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 …
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 …
Can i increase the Gateway Timeout in Azure Logic App?
Nov 7, 2023 · Maybe the first thing you must consider is to optimize the query or queries involved. 2 minutes waiting for result data set is just too much. Make sure indexes exists that support …
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 …
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? …
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). …
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 …
Logic App workflow deploy in logicapp standard using CI CD pipeline
Sep 22, 2023 · I am trying to deploy a logic app workflow in logic app standard using azure devops pipeline. I am using copy files and publish artifact task for build pipeline., but I am not …