Questions tagged [azure-logic-app-standard]
165 questions
0
votes
1 answer
Migrate variables when moving Azure Logic App Consumption to Standard model
I am migrating Azure Logic Apps in Consumption model to Standard model. The present logic app json file defines variables, some examples are given below:
"variables": {
"give_dev_when_test": "[if(equals(parameters('environment'), 't'), 'd',…

arung
- 111
- 1
- 1
- 7
0
votes
1 answer
Does Standard Logic Apps support multiple triggers
does anyone know if Standard Logic Apps support multiple triggers? I was building a Standard one in the portal and as soon as I added a second trigger to it, it says "You cannot use this trigger as an action". I know the consumption models support…

itsjustacat78
- 1
- 1
0
votes
1 answer
Azure api connection bicep deploy status is error
I'm trying to deploy a service bus api connection using bicep. This connection should auth using managed identity (in my case, Logic Apps). In my DEV environment the api connection was created from a Logic App, and I'm trying to deploy the same to…

Loc Dai Le
- 1,661
- 4
- 35
- 70
0
votes
1 answer
How can I deploy an Azure Logic App Standard from one resource group to another?
Need to create a new app service plan and storage account along with the deployment of azure standard logic app
I tried using export template but couldn't find anything related to the workflow I've created.

Mahesh
- 1
0
votes
1 answer
JSON Schema to compare & validate dependent attributes from different scope
I have following JSON structure
{
"customFields": {
"paymentMethods": [
{
"tokenizedCard": "11223",
"cardNumber": "XXXXXX001"
},
{
"tokenizedCard":…

PKH
- 47
- 1
- 2
- 6
0
votes
1 answer
Azure Logic Apps - Workflow Overview Error (Invalid URL)
I have configured an Azure Logic-App (Standard-Plan) locally in Visual Studio Code. The build-process and the designer are working fine. I have successfully integrated my own Built-In Custom Connector for my Logic-App. But now I have the problem…

S3kk0
- 1
- 1
0
votes
1 answer
Azure Logic Apps standard parse JSON error
Whenever I pass a simple JSON and simple schema with the parse JSON card in logic apps something like
{
"Hello":"World"
}
and
{
"type": "object",
"properties": {
"Hello": {
"type": "string"
}
}
}
It…

Shirofuji
- 36
- 8
0
votes
1 answer
How can we add dynamic expression in when a file is created or modified trigger
I'm using power autometa so my trigger is when a file is created or based on my file path i was decided to give dynamic expression Shared Documents/new/Source/2023/Apr/Apr-jun/file.xlsx
how can I add expression on above image points out
I didn't…

Venu
- 1
- 1
0
votes
0 answers
Add/Subtract hours in Liquid Maps for Logic Apps
I am new to liquid maps and I need to add or subtract hours in liquid maps. The liquid map then I habe to use in Logic Apps.
Can anyone help me in finding the right solution?
I tried all these but nothing works.
Approch 1:
{ {% assign days = 3 |…

Kapil Baj
- 1
- 1
0
votes
1 answer
Is there a way to access the content of logic app standard single-tenant parameters.json with powershell?
I'm trying to find a way to get the parameters.json of a logic app standard single-tenant using and I can't find any.
I know that the command
Get-AzLogicApp
exists but it works only for logic app consumption multi-tenant.
The command I found that…

Nmaster88
- 1,405
- 2
- 23
- 65
0
votes
2 answers
How to get error message from action in Logic App
I have a logic app, and there are 2 actions related to question.
How can i get specific error message from 1st action and use it in second (in expression)?
I noticed that there are many scenarios possible.
Internal Server Error (500) with no…

Mateech
- 1,010
- 1
- 11
- 26
0
votes
1 answer
Logic app when a blob is added or modified for all containers
Is there any way of triggering logic app on adding files or modification for all containers in a blob storage? I know that I can do that for specific one using When blob is added or modified trigger:
But is it doable for all containers using one…

JJ36
- 139
- 1
- 13
0
votes
1 answer
What is the meaning of item not found error in get file properties action
I'm using get file properties action getting item not found error did anyone aware on these error .

James
- 21
- 5
0
votes
1 answer
Can we install ADF SHIR and Logic Apps on-prem Data Gateway on the same machine?
We understand that a VM on-prem hosts the SHIR and this then is registered to the ADF.
Can we use same VM for installing the on-prem Data Gateway for Logic apps or both need to be on separate machines?

azuresnowflake1
- 135
- 1
- 10
0
votes
2 answers
Sort json array in dot liquid or logic app
I wish to get most recent collection from my json array based on created date in logic app variable or using dot liquid transformation.
{
"content": [
{
"properties": {
"id": "957777746054",
"owner": "jFinder",
…