4,421 questions
0
votes
0
answers
19
views
Logic App Entra “Get User” action ignores $select and won’t return employeeId or extensionAttributes
I'm building a simple Logic App where I need to fetch user details from Entra, especially employeeId and extensionAttributes. I already have the user's GUID, so the obvious choice is to use the built-...
1
vote
0
answers
46
views
Azure Logic apps with CAF and vnet integration – cost saving
ATM we have a bunch of small Logic apps running on a consumption plan, executed a few times a day at most (usually 1x). They have various triggers, but mainly schedule. Each app monthly cost is max 5 ...
0
votes
0
answers
54
views
Azure Logic App GET to Google Custom Search returns 400 INVALID_ARGUMENT though same URL works in browser
I have a Consumption Logic App that retrieves two secrets from Key Vault (GOOGLE_API_KEY and GOOGLE_SEARCH_ENGINE_ID) and then calls Google Custom Search (customsearch.googleapis.com/customsearch/v1) ...
-1
votes
1
answer
55
views
Logic app - parse JSON to compose the email body
Im struggling with to build the email body from the compose action output.
I tried different way using select, union, but could no get any results.
so the output of the compose looks like this:
[
{
...
0
votes
1
answer
34
views
Logic App Parsing JSON data with a Manifest
I receive from a HTTP Request into my Logic App with the following JSON data...
{
"statement_id": "01f09dfd-5957-1c7b-a85f-fe155cbc536b",
"status": {
&...
3
votes
0
answers
57
views
HTTP POST executions in Logic Apps (consumption) despite retryPolicy = none
I have a Logic App (Consumption) that processes timesheets and then sends the results in a single batch to an external API endpoint (POST https://payhero-public.azure-api.net/time).
The workflow looks ...
2
votes
1
answer
127
views
Unable to Deploy Logic App Consumption Blob connection with Managed Identity via Bicep
I am deploying a Logic App Consumption that connects to Azure Blob Storage using Managed Identity.
In Bicep, the API Connection resource (Microsoft.Web/connections) no longer supports ...
1
vote
0
answers
113
views
Logic App Standard Inline C# action fails to decrypt AES CBC with PKCS7 (works in function app)
I’m trying to decrypt AES-encrypted data inside a Logic App Standard Inline C# action, but the code that works fine in a function app fails inside Logic Apps.
Problem
The AES key is stored in Azure ...
0
votes
0
answers
111
views
Azure Logic Apps: "Specified blob does not exist" error when using dynamic blob name with spaces
I'm working in Azure Logic Apps and I'm trying to dynamically update a blob in Azure Blob Storage using Azure Logic Apps workflow action named 'Update Blob (V2)'. My goal is to write an integer value ...
0
votes
1
answer
113
views
How to add days to a date in Azure Logic Apps?
I need to calculate a date in Azure Logic Apps by adding 30 days to the date the logic app ran, like the following:
originalDate=(Date Logic App Ran)
quarantineDate=((Date Logic App Ran) + 30 Days)
...
1
vote
1
answer
72
views
'Processing Error' from M365 Agents Toolkit Declarative Agent when connecting to Azure Logic Apps through HTTP request
I've created a Declarative Agent using the M365 Agents Toolkit. I configured an action with the openAPI spec to connect to an Azure Logic App I have set up. The logic app is triggered when an HTTP ...
0
votes
1
answer
68
views
Variable memory leak with Azure Logic App Send to Hub action
I use an Azure logic app to collect data and send messages to an eventhub. I have observed that the "send event" action has a memory leak when the action is in a for each loop.
Logic App ...
0
votes
1
answer
74
views
I need to export standard logicapp workflow ARM template and update the same in Azure repos through VS
I created standard logic app which contains multiple workflows. One of my workflows is pcflow001, which contains Outlook, ASB, Blob, SQL connector & variables as shown in this screenshot:
I need ...
0
votes
1
answer
148
views
Logic app standard: use variables inside tracked properties
I have a standard LA that looks similar to this:
Inside the compose action Initialize tracking properties that have the follwoing the value:
I am trying to add a tracked property using the variable ...
0
votes
0
answers
58
views
API version mismatch in Defender for Cloud workflow automation with a logic app
Using workflow automation to automatically send an email when an alert or vulnerability is detected by Defender for Cloud. During workflow creation in "logic app" step, I have considered &...
0
votes
0
answers
80
views
How to give an App Id access to read an API in Azure via credentials
I've been struggling with this, and I am hoping I am just missing some obvious step. We are trying to migrate off subscription keys in API Manager on Azure, and want to use Entra IDs. And we can get ...
0
votes
1
answer
87
views
Reusing Azure Storage Account connection from Azure Logic App in Standard tier?
I am currently migrating from the Azure Logic Apps Consumption tier to the Standard plan. In the new environment, we are utilizing Service Provider-based connections for accessing Azure Storage ...
1
vote
2
answers
134
views
Logic App until loop does not exit with failure if the condition is not met after timeout period
I have a very simple logic app here.
a get API on server status, parse the body. and until loop that will keep checking until the server status return not ready and exits the loops to return the ...
2
votes
2
answers
200
views
How to update parameters.json file in logic app standard
I have deployed the Logic App standard using the Bicep template and I am able to deploy the workflows by download it from portal zip and deploying it using the function app deployment task using azure ...
0
votes
2
answers
166
views
Azure Logic App: Can't access value of variable in PowerShell script
I have an CSV file stored in an Azure blob storage.
I want to read this csv file and process it with a logic app.
Therefore I use a blob connector to read the content of the file and store it in a ...
0
votes
1
answer
83
views
Connect Azure Logic app consumption to a function app using ARM/Bicep
I have a Consumption LA that have an action that call a FA. i.e:
when I copy the code of the workflow to deploy it through ARM/Bicep to another subscription I see this:
"...
0
votes
1
answer
120
views
Logic App - Get Item from SharePoint List Based on Today's Date
Is there a way to have a logic app retrieve an item from a sharepoint list only if the date in the date column of the item matches today's (the day it's run on) date? We have a logic app that runs ...
0
votes
1
answer
171
views
Azure Logic App - Which workflow action causes high CPU and Memory
I have an standard logic app with three workflows. One of them is a bigger workflow using multiple loops and dataverse connectors.
This workflow is due to the usage of loops and dataverse connectors ...
0
votes
0
answers
69
views
Azure Logic Apps Standard: SAP Trigger
I'm receiving idocs from SAP in the MicrosoftLobNamespaceXml. In BizTalk there was a property to force a specific release of a specific idoc (ReceivedIdocRelease). I can't seem to find any equivalent ...
-1
votes
1
answer
48
views
How can I resolve Azure Logic Apps notification error?
Ciao,
I have an Azure Logic App Standard resource that is generating frequent error notifications like the one below:
I've checked the Connections settings, and everything appears to be configured ...
2
votes
1
answer
160
views
How can I add a reference to a NuGet package to an execution of C# inline code on a logic app?
I would like to a reference to BouncyCatle.Cryptography to encrypt/decrypt files using PGP via the c# inline code function on Azure Logic Apps.
Doing some research I can see that dotnet script has ...
0
votes
2
answers
511
views
Operation details error Unable to initialize operation details for swagger based operation. Standard Logic APP SQL Server action ARM template
I'm trying to deploy a Standard Logic App with a SQL Server Get Row (V2) Action using ARM templates. The Get Row V2 action uses an API connection that was initially created manually. Then I exported ...
0
votes
0
answers
129
views
Dataverse Trigger in Logic App Standard (ASE) Not Working
I am currently working with Azure Logic App Standard hosted inside an App Service Environment (ASE) integrated with a Virtual Network (VNet). The goal is to use the out-of-the-box Dataverse trigger — ...
0
votes
1
answer
327
views
How to use Azure Logic Apps to Pull Sign-in and Audit Log Details from Entra ID?
I am required to work on logic apps for the first time and have hit a sticking point. I am trying to pull the last 24hrs of audit and sign-in logs from entra ID for entities that populate in sentinel ...
1
vote
2
answers
432
views
Logic Apps inline C# script step just stopped working with no code change
Last 10 entries (specifically all those in last 4 days) show as failed in Run History and have this message in the "Execute CSharp Script Code" action
InvokeFunctionFailed
The function '...
1
vote
2
answers
339
views
Logic App Initalize Variable with Type Array fails when using range expression
How can I initialize an array variable using the range expression.
I expected this to work off the back as range returns an array of integer, however I get the following error
BadRequest
The variable ...
0
votes
0
answers
104
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
104
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
124
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
69
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
72
views
azure logicapps dynamic expression
I need to extract values from below event output and form a new json object; can anyone help?
this is the array json:
[{"data":{"order_in":{"st_details":[{"is_fin&...
0
votes
0
answers
74
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
209
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 ...
0
votes
2
answers
344
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
81
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
77
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
41
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
92
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",
&...
1
vote
1
answer
144
views
Unauthorized error when signing to outlook email in azure logic app
Error Details:
{ "status": 401, "message": "Unauthorized\r\nclientRequestId: d820d73c-4538-4464-afd8-b28d9d6d9706\r\nserviceRequestId: 04dd4b5c-f6e9-0377-f98a-c74e381df0fb&...
0
votes
1
answer
77
views
How to consume multiple/all messages from a topic subscription?
I have an On-Premise Data Gateway that will send data to an on-prem SQL DB via Logic App, received from the Service Bus.
I've got a Logic App that is currently triggering on When a message is received ...
0
votes
1
answer
94
views
Azure Logic App HTTP Trigger Event Grid Topic
I need help ,
I need to develop a Logic app which can be triggered from an API, API backend is a logic app as a backend and HTTP request body payload should be publish to a domain topic .
I am having ...
0
votes
1
answer
327
views
Using Managed Identity in Visual Studio Code for Connection to Service Bus in Azure Logic App Standard
I'm trying to use VS Code for developing a logic app that uses service bus trigger. When creating the connection can we use Managed identity in local that would use my creds similar to the Default ...
0
votes
1
answer
239
views
Is it possible to use an ADF pipeline output in a logic app workflow?
I am trying to create a workflow in Logic App but I have no idea how to achieve what I want to create.
The workflow that I want to create has some actions like below.
Execute an ADF pipeline.
If the ...
0
votes
1
answer
115
views
Need to parse JSON returned from stored procedure for Logic App
I am trying to return a single order from a SQL Server table as JSON from a stored procedure to create input for an action in a Logic App. The procedure always wraps the result in something more than ...
-1
votes
1
answer
176
views
Logic Apps: HTTP request return error code '403'
I am using a HTTP action, to retrieve support tickets through the freshservice API.
I use a HTTP action, with the parameters shown in the image (Except domain and key).
Though when I run it, i get the ...