4,406 questions
-1
votes
0
answers
29
views
Logic Apps - not batch processing Service Bus Queue messages
Got a stateful Logic App Standard workflow triggered by "When messages are available in a queue (peek-lock)". Sessions isn't enabled on the Queue.
There are 00s of messages being sent on the ...
0
votes
0
answers
66
views
Logic apps does not retrieve all columns for the SQL Get Rows action
I have a get rows action defined and didn't specify which columns to retrieve so it should get all of them by default.
Further on in the flow, I'm able to work with all 44 columns from the table.
...
0
votes
0
answers
33
views
Logic App Connect to Azure DevOps with Service Principal
I have a logic app that uses the Azure DevOps 'Create a Work Item' action. This connects to ADO as me, but I need it to connect using a service principal.
I'd like to do this in a bicep, but I could ...
0
votes
2
answers
44
views
"Schedule" trigger is missing when creating new workflow
https://learn.microsoft.com/en-us/azure/logic-apps/create-workflow-with-trigger-or-action?tabs=consumption#in-app-built-in-operations
Shows a trigger action "Schedule".
Below is what I see. ...
0
votes
1
answer
47
views
azure logic app dynamic expression with array
I am trying to compose a event grid message to a new json message ysing compose action , to use as a payload to update db, but I have a problem to do that because the event grid body is an array of ...
0
votes
1
answer
55
views
azure logicapps dynamic expression
I need help ,
I need to extract values from below event out put and form a new json object , can any one help ?
this is an array json ,
[{"data":{"order_in":{"st_details":...
0
votes
0
answers
52
views
How to reduce deployment size when using custom built-in connector in Logic App Standard?
I'm working on a custom service provider-based built-in connector for Azure Logic Apps Standard, called LogicApps.ServiceProviders.ApplicationInsights.TrackAvailability.
The connector works as ...
0
votes
0
answers
85
views
Azure Logic App (Consumption) fails to connect to Azure DevOps – "Microsoft.Web/connections/visualstudioteamservices not found"
I'm setting up a new Azure Logic App (Consumption) that integrates with Azure DevOps to create a bug work item whenever a new email arrives on a shared mailbox.
However, I'm encountering the following ...
-1
votes
0
answers
28
views
Sftp performance issues with logic apps
I'm having weird performance issues on a logic app standard, stateful workflow.
The app downloads a bunch of large files (100mb) or so using sftp. We have tried all the various combinations of get ...
0
votes
0
answers
19
views
How to link Azure Logic Apps (AS2 connector) with external AS2 Gateway?
I'm currently testing AS2 file transfers using Azure Logic Apps (Consumption Plan) in a trial environment.
Scenario
Azure Logic App: Acts as AS2 Sender
External AS2 Gateway (not hosted on Azure): Acts ...
0
votes
1
answer
89
views
I need to use some query results in an alert email notification in Azure ApplicationInsights
Ok I have an Application Insights resource where I am able to monitor the logs with this query:
exceptions
| where severityLevel >= 4
| where timestamp > ago(30m)
| project timestamp, type, ...
0
votes
1
answer
57
views
Where to find my ILogger output in the Azure portal
Using inline csx script and ILogger passed in
https://techcommunity.microsoft.com/t5/azure-integration-services-blog/announcement-introducing-net-c-inline-action-for-azure-logic/ba-p/4160541
But ...
0
votes
2
answers
61
views
Logic App - JSON payload with empty arrays [ ]
Having trouble insert rows from an API payload that have an empty array, well it's not really empty it comes out as [ ] - usually len=20. Now this is a batch insert. Have an HTTP request that ...
0
votes
1
answer
23
views
Azure logic Apps how to read the array input parameter and set value of first item to a variable
I have action to make a call to web API which returns a JSON array of objects. Now i am trying to use Variable action to read the value of [0].propertyName.
for Variable I tried setting the value as @...
0
votes
0
answers
42
views
Microsoft Logic app - Get User department
I am trying to get user department and companyname from EntraID using azure logic app.
So far, I am trying to use the following to get the information.
{
"type": "object",
&...