Questions tagged [azure-logic-app-standard]
165 questions
0
votes
1 answer
How to convert content type application octet stream to csv in logic apps?
I am using http api call for downloading D365 export csv file.
It is downloading in binary format "$content-type": "application/octet-stream"
{
"$content-type": "application/octet-stream",
"$content":…

Lathik Kumar N
- 23
- 1
- 5
0
votes
1 answer
How do you reliably process Azure Service Bus messages using a stateless workflow with Standard Azure Logic Apps
We have a standard Logic App with a stateless workflow. The trigger is "When messages are available in a queue" for Azure Service Bus and the next step is a For each loop. This combination appears to have a flaw due to limitations and results in two…

scottrudy
- 1,633
- 1
- 14
- 24
0
votes
1 answer
Possible ways to call SOAP service from Azure Logic App
I want to call SOAP service from Azure Logic App. The only way I see is to build custom connector and integrate it with logic app. Thought on this is, why should I go with logic app if I have to write my custom C# code (connector) for the same.
Is…

DSA
- 720
- 2
- 9
- 30
0
votes
0 answers
How to deploy a Logic App Standard that use an XSLT map/schema
Say that I have a logic app standard that have a workflow that contains something like:
I have the following structure for my files:
| .gitignore
| azure-pipelines.yml
|
+---Integrations
| +---Artifacts
| | +---Maps
| | | …

ibda
- 376
- 3
- 15
0
votes
1 answer
Metadata is uploaded into Blob when uploading Email attachments
I have created a logic app to get an email attachment (this is in .csv format) and upload the attachment into a blob container.
However, its uploading the metadata and not the readable data of email attachment.
Upload properties, it uses Get…

Bipin Babu
- 61
- 5
0
votes
1 answer
How to use switch functions to check if the file name conatins ABC
I have created a logic app where I need to check if my file name contains "ABC" then i need to copy file and paste it in ABC folder Azure else need to check if my file name contains "ZYX" then paste it in ZYX folder in Azure.
In switch function its…

Nagesh Shastry
- 5
- 4
0
votes
1 answer
Azure Logic Apps (Standard) - Why don't triggers on session based service bus subscriptions fire?
Does Azure Logic Apps (Standard) support receiving messages from Service Bus subscriptions with sessions enabled?
I have tested the "When messages are available in a topic subscription" trigger in Logic Apps (standard)
The trigger doesn't fire if…

Jason Hyland
- 744
- 1
- 8
- 21
0
votes
1 answer
Still getting maximum buffer size error after allow chunking in HTTP connector settings LogicApps
I have allowed chunking in HTTP connection in LogicApp but still getting error: BadRequest. Http request failed as there is an error: 'Cannot write more bytes to the buffer than the configured maximum buffer size: 104857600.'.
Please find below the…
0
votes
1 answer
Is it possible to define parameters through portal for Logic App (Standard)?
I have a single-tenant logic app and a workflow under it that needs a configurable input. In a multi-tenant logic app, one can define parameters through the azure portal and reference them in workflow definition (actions/ triggers). Is this not…

Nikhil Vartak
- 5,002
- 3
- 26
- 32
0
votes
1 answer
Error while running Logic Apps (Standard)
I decided to ask here since the Logic Apps team won't answer me on github. Anyways, I have tried to run a logic app locally in VS Code following this guide: Create Single Tenant Workflows Visual Studio Code (I have tried following other guides too)…

zapy33
- 1
- 1
- 3
0
votes
1 answer
Azure Logic App Standard - service bus trigger never triggered
I have a stateful workflow deployed in the new Logic App Standard hosting model.
The trigger is the Service Bus Receive Messages from a Queue.
After the deployment in Azure, I can see that the trigger is never triggered, even if I have messages…

David GROSPELIER
- 772
- 1
- 9
- 35
0
votes
1 answer
How are standard connector charged in consumption plan Azure logic app
If I have a logic app and I am using a standard connector like O365 in a loop, and using it's one action to send email how would that be charged?
E.g. If I call action of standard connector 10 times while in a logic app loop, do I have to pay for…

Andy
- 2,493
- 6
- 37
- 63
-1
votes
1 answer
How to get values inside foreach if condition in Azure logic app standard
I am learning Logic App. Below is the logic app standard workflow I am working on:
I have 2 questions here.
Stored Proc action returns 900 rows in total, so the foreach loop iterates 900 times. For testing purposes, I need foreach to iterate…

timz_123
- 435
- 1
- 9
- 47
-1
votes
1 answer
Deploying a Filesystem API Connection goes well but doesn't work in logic app workflow
I'm facing an interesting problem where I manage to deploy a filesystem API connection using an on-premise data gateway via bicep, but when a workflow uses the filesystem step (which uses the API connection) it throws the following error…

Morty
- 11
- 3
-1
votes
1 answer
Azure Logic Apps :: embed HTML image into email alert
I have a weekly newsletter which is sent by Azure Logic Apps and which body looks like follow:
As you can see I'm trying to add an image into the body of the e-mail:

Francesco Mantovani
- 10,216
- 13
- 73
- 113