All Questions
Tagged with azure azure-logic-apps
2,420 questions
0
votes
1
answer
47
views
azure logic app dynamic expression with array
I am trying to compose a event grid message to a new json message ysing compose action , to use as a payload to update db, but I have a problem to do that because the event grid body is an array of ...
0
votes
0
answers
51
views
How to reduce deployment size when using custom built-in connector in Logic App Standard?
I'm working on a custom service provider-based built-in connector for Azure Logic Apps Standard, called LogicApps.ServiceProviders.ApplicationInsights.TrackAvailability.
The connector works as ...
1
vote
1
answer
54
views
Unauthorized error when signing to outlook email in azure logic app
Error Details:
{ "status": 401, "message": "Unauthorized\r\nclientRequestId: d820d73c-4538-4464-afd8-b28d9d6d9706\r\nserviceRequestId: 04dd4b5c-f6e9-0377-f98a-c74e381df0fb&...
0
votes
1
answer
92
views
Is it possible to use an ADF pipeline output in a logic app workflow?
I am trying to create a workflow in Logic App but I have no idea how to achieve what I want to create.
The workflow that I want to create has some actions like below.
Execute an ADF pipeline.
If the ...
0
votes
1
answer
67
views
Logic Apps: HTTP request return error code '403'
I am using a HTTP action, to retrieve support tickets through the freshservice API.
I use a HTTP action, with the parameters shown in the image (Except domain and key).
Though when I run it, i get the ...
0
votes
1
answer
32
views
Azure Logic Apps: HTTP GET not timing out
I have a workflow with a Do Until loop. inside, i have A HTTP GET action, which retrieves some data from an API. The loop runs around 50 times before the workflow is done. Due to a bug in the API, the ...
0
votes
1
answer
55
views
"'IDENT_CURRENT' is not a recognized built-in function name." error when using logic app to connect to Synapse dedicated SQL pool
I have an error log table in Synapse (Dedicated SQL pool). I want to send an email to the desired destination whenever a new record is inserted into the log table.
For this purpose, I have created a ...
0
votes
1
answer
90
views
How do I correctly increase the variable Size in my Azure Logic App?
I'm facing an issue with my Azure Logic App where by an "Append to Variable" action returns the following error:
The variable 'ResponsesString' has size of more than '105018915' bytes. This ...
0
votes
2
answers
146
views
Edit the host.json in my Azure Standard Logic App
I'm working with a Standard logic app in Azure and need to adjust the Runtime.Backend.VariableOperation.MaximumVariableSize setting in the host.json file. I attempted to edit the file using Visual ...
0
votes
0
answers
25
views
Logic App (Standard) When Email Received in Share mail Box Authentication
I have a flow with a trigger when email arrived, this trigger has the following setup:
Flow Connector
"host": {
"connection":
{
"referenceName": "...
0
votes
1
answer
99
views
What service principal is used to authenticate Logic Apps to Azure resources
This question is a bit more academic than practical, but I'm just trying to enhance my knowledge of how Azure authentication works under the hood.
The default way to authenticate managed Logic Apps ...
0
votes
0
answers
60
views
Azure Logic Apps: Is there a quota for messages being sent out with Logic Apps
I am getting a 403 forbidden message from logic apps that sends alert emails.
"error": {
"message": "Cannot submit message.",
"code": "ErrorQuotaExceeded&...
0
votes
0
answers
45
views
Unable to connect Network share on a Azure VM from Azure Logic Apps (Standard)
I have an Azure Virtual Machine and Azure Logic Apps in the same region. I created a folder on the VM as a network drive and need to connect it to Azure Logic Apps (Standard - ASE3) to send and ...
-1
votes
1
answer
77
views
How to disable/Enable logic app work flows from another Logic app
We have several logic apps with several workflows. Each month, for monthly patching, we have to disable certain workflows in several logic apps. We have a spreadsheet listing each logic app and which ...
0
votes
1
answer
55
views
Azure Logic Apps - Loop terminates after handling error
I am currently creating a workflow for work. I am retrieving data from an API using HTTP get, and handles it according to the status code. Apparently there is a bug in the API, so HTTP get always ...