Questions tagged [azure-logic-app-standard]

165 questions
0
votes
1 answer

Logic Apps Standard Designer for VSC on MacOS

I'm trying to open a workflow.json in VSCode on my mac, but it gives me the following error: 2023-03-12T19:43:51.760Z] A host error has occurred during startup operation 'caa096aa-a79a-4911-b0d1-c98de4091e56'. [2023-03-12T19:43:51.760Z]…
Loc Dai Le
  • 1,661
  • 4
  • 35
  • 70
0
votes
1 answer

Azure Logic App Standard vnet integrated with a stateful workflow can't connect to a service bus behind a private endpoint

When we want to configure the step 'Get message from a service bus topic (peek lock)', we have to choose the topic. When we click on the dropdown we get a 401 unauthorized' exception message. We use managed identity of the logic app to authenticate…
0
votes
1 answer

How we can check the file names using condition

On my logic app 6 parallel actions will be there each action will maintain different paths on that path year month dates will be there so we did not hardcoded it. Out of 6 parallel actions 2 of the parallel actions will excecute daily so I want…
James
  • 21
  • 5
0
votes
1 answer

How to check file names under two triggers in one logic app

I'm using two triggers in one logic app 1.recurrence 2.when a file is created or modified under recurrence two parallel actions will be there it will run daily under when a file is created or modified trigger there parallel actions will be there so…
0
votes
1 answer

While give two paths in when a file is created or modified trigger in logic app i will face one issue

I'm using these solutions for adding two paths in when. File created or modified https://learn.microsoft.com/en-us/answers/questions/1182747/how-to-pass-two-folder-paths-in-when-a-file-is-cre my paths are documents/abc/mar-2023/abc_Feb_as on…
James
  • 21
  • 5
0
votes
1 answer

How can we check the file names in different paths in condition or anything

My logic app maintain different paths like shared documents/folder/2023/02/26/sourcefile1.xlx , shared documents/inputs/2023/02/26/input file.xlx, like that so i'm using when a file is created or modified (properties) if the particular files will…
James
  • 21
  • 5
0
votes
1 answer

How to grab column value from ADLS gen 2 csv file and use the column value in the body of the email,also send blob data as attachment to outlook mail

Here is my Scenario, There will be a drop of csv file into blob storage every day ,that will be processed by my dataflow in ADF and generate a csv in output folder. Now Using logic apps, I need to send that csv file (less than 10 mb ) as an…
0
votes
0 answers

Source of the JSONArrayFor Liquid method when using Logic App

I've built my own Liquid template verification application that will take a liquid template + a sample file and then output the result. The app is using the same version of Dotliquid that Logic Apps does but there seems to be a custom filter…
0
votes
1 answer

Chnage DateFormat in Logic apps

There is a date field in my logic app which i am getting data from finops connector. In JSON assigning the field. After Parsing Json and create a csv table assinging like this Is there a way for me to format the date using formatDateTime in any of…
0
votes
1 answer

How to run logicapp standard on different environments without editing parameters.json file

We have parameterized our connections.json file by adding configurations in the parameters.json file. So now we have this: connections.json { "AzureBlob-2": { "displayName": "iam-automation-builtin-blob-mi-2", "parameterValues":…
prinkpan
  • 2,117
  • 1
  • 19
  • 32
0
votes
1 answer

Azure Devops Pipeline task (Azure CLI@2) failing

I have the below step in the Azure pipeline - task: AzureCLI@2 displayName: get Logic App SAS Token name: getLogicAppSASToken1 inputs: azureSubscription: ${{ parameters.serviceAccount }} scriptType: pscore …
0
votes
1 answer

No Workflow Resource found in the template in Logic App

I am trying to copy the logic app code from code view and paste it in the logic app project that I created locally. Once I have pasted the code, I am trying to right click and open the file using logic app designer, then I am getting an error No…
0
votes
1 answer

Managed API connections deployed from ARM templates throw 403 error - Standard Logic Apps

I have problems with authentication in Standard (not Consumption) Logic Apps that use managed connections deployed from ARM templates. My Logic Apps don't have a system-assigned managed identity. They use a user-assigned managed identity to…
10p
  • 5,488
  • 22
  • 30
0
votes
0 answers

How to create condition in logic app workflow to check that a container exists in a storage account through logic app workflow

I want to put a condition into our logic app workflow to check that a container exist in the storage account or not. is there any possibility to check that?
0
votes
1 answer

Logic apps- Post a choice of options as the flow bot to group chat

I can see that logic app has Microsoft teams "Post a choice options as the Flow bot to a user" action. However, I would like something where I can present options to a group chat or channel. The reason for not sending multiple individual messages…