azure-logic-apps Questions
6
Solved
I have a For_Each loop in an Azure Logic App that calls another, nested, Logic App. The result from each iteration of the nested Logic Apps is a JSON object that contains an array of strings, like ...
Flicker asked 5/5, 2017 at 18:11
7
Solved
I have created a logic app, but now I want to rename existing logic app in Microsoft Azure portal.
I have been looking for options, but could not find one.
Ionia asked 9/1, 2017 at 10:5
3
Solved
We can go in code view mode in Microsoft Azure Logic Apps. Is there anything same like for Microsoft flow as well?
Lewse asked 16/1, 2018 at 22:15
6
In Azure logic Apps, how can I escape single quotes(') using a replace function?
I have a JSON payload where I have to replace a single quote(') with a double quote(").
The expression I've cam...
Elwell asked 21/6, 2018 at 12:59
3
I have built a simple function in Azure that takes in the location of a file from the json body, and reads the first line to get the headers from said file. I am building the function in Visual Stu...
Ventage asked 1/1, 2019 at 12:0
7
I have created an Azure Logic App in the Azure portal and successfully added several steps. I add the Azure DevOps List Iterations step and click the sign-in button. A popup prompts me to sign-in a...
Gladygladys asked 6/6, 2020 at 14:19
3
Solved
Issue was due to error in child action as Thomas pointed out, not the way I was checking the variable value.
I've got a variable that's been initialized earlier in the LA. Later on I'm tryi...
Belgium asked 4/5, 2018 at 0:22
4
Solved
I'm trying to test my logic app API in postman but I'm having an issue with header postman automatically adding
Content-Type = multipart/form-data;
when I hover on the content-type tab seeing this
...
Manzoni asked 14/2, 2021 at 8:57
2
Solved
Scenario
Hi, I would like to create Logic App that gets secret from Azure KeyVault and sends authenticated request to the API with secret from vault.
Problem
I receive: The workflow connection para...
Chaliapin asked 21/2, 2021 at 21:23
5
Solved
The Azure Logic Apps action "Get Blob Content" doesn't allow us to set the return content-type.
By default, it returns the blob as binary (octet-stream), which is useless in most cases. In general...
Denominational asked 24/4, 2017 at 21:41
5
Solved
I'm trying to make a request with Content-Type x-www-form-urlencoded that works perfectly in postman but does not work in Azure Logic App I receive a Bad Request response for missing parameters, li...
Fenny asked 7/8, 2017 at 20:6
2
Solved
I'm creating an ARM template that deploys an Web App (an Mvc Api) and a Logic App.
I'm attempting to define an HTTP Action within the Logic App such that it dynamically concatenates the base Uri o...
Ifni asked 19/4, 2016 at 21:52
5
Solved
I'm building my Azure Logic Apps worklow which is supposed to check some conditions and run following Powershell:
Stop-AzureWebsiteJob -Name MyWebsite -JobName MyWebJob
Start-AzureWebsiteJob -Name...
Cowardly asked 21/11, 2018 at 14:51
2
Solved
Is there an AWS equivalent to Azure Logic Apps?
Furthermore I would like to know if someone has experiences regarding a migration of Azure Integration Services into AWS and if a comparison between ...
Poundal asked 20/10, 2021 at 13:57
3
Solved
I am getting the below error while creating a Logic App from the portal.
"Creation of storage file share failed with: 'The remote server
returned an error: (403) Forbidden.'. Please check if ...
Beaconsfield asked 29/10, 2021 at 9:58
3
I am using a logic app to create a webhook (used in a log search alert), which then pushes the alert payload to slack. I am trying to send along with the alert payload data (to slack) a url to the ...
Crossbreed asked 1/7, 2019 at 19:26
1
I have a Logic App polling a servicebus queue. With concurrency-control on the Logic App I've limited it to max 5 concurrent instances. I use the trigger "When a message is received in a queue (aut...
Wildwood asked 19/7, 2018 at 10:32
2
What's the difference between Event Grid Topic and Event Grid System Topic.
When I select resource type "Event Grid Custom Topic" then Event Grid Topic type is getting created.
but when...
Palaeogene asked 9/7, 2020 at 7:29
3
Solved
I have an Azure Logic App which needs to run every month. I'm using a Recurrence Trigger to trigger my logic app.
I want to run my Logic App only on the last day of every month. Eg. --> Jan 31st...
Balfore asked 6/11, 2020 at 8:51
1
Solved
I have a logic app that looks something like this:
In the js code action, I just wanted to check if the name of the file (that had triggered the workflow) match some pattern. So my Inline code act...
Angkor asked 12/10, 2021 at 9:9
4
Solved
I've created a logic app which contains some trigger, an 'http' connector and then an 'If' condition activity. The 'http' connector returns a 'json' result say jsonObj.
I'm able to check condition...
Chestnut asked 16/8, 2016 at 13:50
3
Solved
I'm trying to pass an extra query parameter to Azure logic app so that I can process below data in the Logic App workflow
For Example https://logicURL?SelectedData="%7BsiteURL%3AXYZ.sharepoint.com...
Alpert asked 25/6, 2018 at 17:8
2
Solved
I'm having a problem similar to this one. I'm attempting to deploy an API connection via an ARM template, and I'm getting 'ParameterNotDefined' errors when I deploy.
However, instead of creating ...
Incombustible asked 16/5, 2019 at 18:36
3
For what I can understand one can build Logic Apps with Terraform. However, the docs are still not very good, and it looks like this feature is pretty new.
What are the limitations when it comes ...
Forgat asked 18/9, 2018 at 21:7
3
I have created an Azure logic app that exposes a REST endpoint.
The following JSON body works fine when I call it through postman.
{
"to": "[email protected]",
"subject": "Hello there",
...
Stonechat asked 14/12, 2017 at 15:9
1 Next >
© 2022 - 2024 — McMap. All rights reserved.