Questions tagged [azure-logic-app-standard]

165 questions
0
votes
0 answers

How to properly fail a Logic App workflow using custom inline JS exceptions

I want to mark a Logic App workflow as failed by throwing custom exceptions using standard JavaScript, and I want to properly redirect the exception message to the Azure portal output. How do I accomplish this? Here's some test code to show what I…
Linus Proxy
  • 525
  • 1
  • 5
  • 21
0
votes
1 answer

azure logicapp try catch specific error capture does not work

Hope you are doing good. I am creating azure logicapp workflow with try & catch scope to capture specific exception message happens in one of actions within try scope. As per documentation , I am filtering Failed status of result('try') but still…
Raj
  • 85
  • 1
  • 4
0
votes
1 answer

invoking HTTP oauth 2.0 from logicapp (standard)

I'm trying to connect to a Azurewebapp, and once I have checked that network is correctly configured (I'm able to connect to unsecured resources) I'm stuck with the "Active Directory Oauth" option in the HTTP connector (API webapp inside…
0
votes
2 answers

How to have multiple approval areas in Azure Logic Apps?

In Azure Logic Apps, there is an action for Send Approval Email under Office 365 Outlook. I want to have multiple approval options in the same email. Is there a way to do it? I tried looping over and sending emails but that sends a new email every…
0
votes
1 answer

Azure Logic Apps - How to Disable Service Bus and Recurrence Triggers in VS Code when developing locally?

I am developing a new Logic App in VS Code and created some workflows with Service Bus and Recurrence triggers. When I run the project, I don't want some of these workflows to run and therefore require selectively disabling them.
puri
  • 1,829
  • 5
  • 23
  • 42
0
votes
2 answers

How to trigger a single logic app for send different emails as per Azure Budget Action Group conditions

I have created an Azure Budget which is mapped to an Action group. I have created a Logic App to send different emails with different email structures on different budget threshold example 50% , 75% etc. Not able to understand, How to trigger a…
0
votes
1 answer

Cannot deploy workflows in Azure Standard Logic Apps with ASEv3 - ERROR: HTTPSConnectionPool(host='mylaname.scm.myasename.appserviceenvironment.net'

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). STANDARD LOGIC APP WIHOUT ASE When I use a Standard Logic App without ASE,…
0
votes
1 answer

Logic app connection error with Microsoft Teams

I've a code which sends resource health alerts to Microsoft Teams in from Azure using Logic app. Here I'm not able to authenticate Teams into logic app. Please check your account info and/or permissions and try again. Details: Requested API is not…
0
votes
1 answer

Logicapp expression with variable within expression giving null result

I am creating logicapp expression in which I need to substitute variable within the expression. What what I want to achieve is : something like this @{body('actionName')?['parentName1']?['2022-10-14:14']?['142.0'][0]?['ask']} in the above…
Raj
  • 85
  • 1
  • 4
0
votes
0 answers

Can I get an On Premises Data Gateway installation id to use in Bicep to Create a On Premises Resource in Azure

I am trying to create a bicep deployment set up in VS Code so that I can automate the creation of: Resource Group Logic App (Standard) Key Vault Storage Sql Connection On Premises Data Gateway I am having an issue with the creation of the On…
0
votes
1 answer

azure logic app not able to retrieve who is the approver after approving the mail(UserEmailAddress- showing Null)

I have created a flow using logic apps where once the owner approves the mail I need to know who approved that mail. While using normal my account I am able to retrieve the user who approved the mail but while using the service account am not able…
0
votes
1 answer

Run dynamic stored procedure from azure logic app

I want to run multiple stored procedures from logic app for Azure SQL database. I want names of the stored procedure to be calculated based on a variable name. I have a variable with values (API_test1_SP1, API_test2_SP1, API_test3_SP1). In a for…
0
votes
1 answer

Logic App : Create a zip file in sharepoint

I am trying to create zip from a sharepoint folder which has multiple files. I am able to get the content of each file into an array ( as per diagram below) . But I am having challenges to pull the content from the array and create one zip file for…
Alan B
  • 2,219
  • 4
  • 32
  • 62
0
votes
1 answer

get emails (v3) for the shared email box in the logic app

I want to process shared box emails once in a day by logic app. I tried using Get emails(v3) and when I am trying to login into shared box with email then it connects to my email id as shared mail box has email id but user account is linked / given…
RRP
  • 25
  • 5
0
votes
2 answers

get emails for last x number of hours in logic app

I am using "get emails v3" action in "outlook.com" for logic apps. I want to search emails based on subject filters in todays date only. I want following search criteria where I want emails between two times. ((receivedDateTime:@{utcNow()}))…
RRP
  • 25
  • 5