Questions tagged [azure-logic-app-standard]

165 questions
0
votes
2 answers

Missing Logic Apps connector action from Logic Apps Standard Workflow when creating nested Logic apps

I created a Logic Apps Standard, a workflow, and a trigger of Request When a HTTP request is received, like below by following the link…
Pingpong
  • 7,681
  • 21
  • 83
  • 209
0
votes
1 answer

Azure App Service Environment v3 and Logic App Standard - cannot be associated

I have an ASEv3 just created in West Europe. I want to create an App Service Plan for Logic App Standard so I'm trying first to associate my App Service Plan with the ASEv3. Unfortunately, when I go to the "choose the size" panel, my ASEV3 is not…
0
votes
1 answer

Using Azure Logic App how to mention a tag name into a channel created in MS Teams

I have a existing MS Teams and I have created a tags and added few users under that tags. Now I have created an Azure Logic App which will take the input from web and create a new channel under the existing MS Teams. Now, I am trying to post a…
0
votes
1 answer

Azure Logic Apps- Standard Stateful

I understand that Azure standard Stateful Logic app workflow runs Asynchronously but can i use stateful standard logic app for the below scenario: We want to receive Json data from the third party in a HTTP post request, then process it and store it…
0
votes
1 answer

Limit access to azure logic app api connectors

I want to set up logic app, which is going to monitor rss feed and create task in azure devops based on data from feed and some conditions. That's the easy part. I want to make this set up more or less secure and want to prevent API connector reuse.…
user10160236
0
votes
2 answers

LogicApp And Github Integration (ARM Template)

I recently was looking at Azure logic apps and wanted implement the CICD process. I was successful in getting the template and use it for ARM deployment but what I am looking forward for is a way to store the arm template into GitHub (for my dev…
0
votes
1 answer

Apply transformation on CSV file columns without using array in Logic apps

I need to apply some transformation for CSV file format content with 40+ columns. Is there way to apply transformation without converting the content to array format. If I am using select activity I need to pass 40 columns as well with headers hard…
0
votes
1 answer

single-tenant logic app how to set an Initial state for each workflow

In multi-tenant logic apps we can easily define in the arm template deploy the initial state of it easialy. for example "InitialState": { "value": "Disabled" }, In the case of single-tenant logic app, there is a separation of concerns between the…
0
votes
1 answer

Not able to debug Azure Logic App workflow using Visual Studio Code

I am following this tutorial. I am now able to create the workflow in Visual Studio Code, and also see that in the designer. But further to this, I am not able to see the url as mentioned here after clicking the overview. I get this…
VivekDev
  • 20,868
  • 27
  • 132
  • 202
0
votes
1 answer

Convert CSV file as array in logic apps

I want to read CSV file as array in logic apps. I didn't find any documents related to it. Any help on this would be appreciated. Thank you!
D Dumpling
  • 27
  • 6
0
votes
1 answer

Skipping last row on a CSV file with logic apps

I have received a blob containing a CSV file. Is there a way to skip the last row since they do not require parsing?
bero
  • 1
  • 1
0
votes
1 answer

Logic app workflow continues to publish messages even after being deleted from the portal

Logic app workflow continues to publish messages even after being deleted from the portal It seems to be in some sort of infinite loop that's continuously publishing messages. I retried recreating a workflow with the same name but it wont let me…
AasthaK
  • 116
  • 8
0
votes
1 answer

How do I get a single payout from Shopify using logic app?

How can I get data for specific date, I want the schedule to get payout based on current date every day.
0
votes
1 answer

Create an EventGrid subscription to a STANDARD logic app

I mainly want to create a standard logic app that use this trigger: When a resource event occurs: I want to be able to create this logic app via ARM. I have added templates for logic app, workflows, API connection and event grid subscription. but I…
0
votes
2 answers

dotLiquid template for Azure Logic Apps' SQL Execute Query output

Azure Logic Apps' SQL Execute Query action returns JSON output like this: [ [ { "ProductID": 7000, "ProductName": "Some name" }, ... ] ] What syntax would be correct to use with dotLiquid in the Azure Logic Apps JSON to…
1 2 3
10
11