Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
41 views

Azure Logic App : Standard Tier Connector Type Built-in Please find the below action: "Lookup_Employee_from_OracleSQL": { "type": "ServiceProvider", "inputs"...
kamil hussain's user avatar
0 votes
0 answers
22 views

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-...
ex4's user avatar
  • 2,498
1 vote
0 answers
49 views

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 ...
filip's user avatar
  • 1,533
0 votes
0 answers
59 views

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) ...
Mert Atasert's user avatar
-1 votes
1 answer
59 views

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: [ { ...
user25060582's user avatar
0 votes
1 answer
35 views

I receive from a HTTP Request into my Logic App with the following JSON data... { "statement_id": "01f09dfd-5957-1c7b-a85f-fe155cbc536b", "status": { &...
Admins's user avatar
  • 5
3 votes
0 answers
58 views

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 ...
Vishal Makwana's user avatar
2 votes
1 answer
149 views

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 ...
Rocco L's user avatar
  • 23
1 vote
0 answers
114 views

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 ...
Lilan Sameera's user avatar
0 votes
0 answers
115 views

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 ...
Denver's user avatar
  • 11
0 votes
1 answer
126 views

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) ...
Andrew Zimmer's user avatar
1 vote
1 answer
72 views

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 ...
user31174201's user avatar
0 votes
1 answer
69 views

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 ...
Jon's user avatar
  • 11
0 votes
1 answer
81 views

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 ...
Karmile S's user avatar
0 votes
1 answer
163 views

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 ...
ibda's user avatar
  • 520
0 votes
0 answers
59 views

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 &...
AskMe's user avatar
  • 2,635
0 votes
0 answers
82 views

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 ...
vrghost's user avatar
  • 1,244
0 votes
1 answer
91 views

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 ...
kamil hussain's user avatar
1 vote
2 answers
137 views

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 ...
Abdul's user avatar
  • 13
2 votes
2 answers
206 views

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 ...
karthik's user avatar
  • 59
0 votes
2 answers
171 views

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 ...
LStrike's user avatar
  • 1,662
0 votes
1 answer
87 views

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: "...
ibda's user avatar
  • 520
0 votes
1 answer
125 views

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 ...
user2600700's user avatar
0 votes
1 answer
181 views

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 ...
LStrike's user avatar
  • 1,662
0 votes
0 answers
71 views

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 ...
Tim D'haeyer's user avatar
-1 votes
1 answer
48 views

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 ...
ilMattion's user avatar
  • 2,019
2 votes
1 answer
166 views

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 ...
Liam's user avatar
  • 187
0 votes
2 answers
552 views

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 ...
Joe Gurria Celimendiz's user avatar
0 votes
0 answers
137 views

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 — ...
Amit Anand's user avatar
  • 1,169
0 votes
1 answer
375 views

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 ...
Derrick C's user avatar
1 vote
2 answers
445 views

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 '...
Chris Harrington's user avatar
1 vote
2 answers
359 views

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 ...
Dean's user avatar
  • 43
0 votes
0 answers
105 views

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. ...
sven braem's user avatar
0 votes
0 answers
109 views

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 ...
Don Chambers's user avatar
  • 4,375
0 votes
2 answers
137 views

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. ...
Chris Harrington's user avatar
0 votes
1 answer
70 views

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 ...
Aluri Balahari's user avatar
0 votes
1 answer
73 views

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&...
Aluri Balahari's user avatar
0 votes
0 answers
75 views

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 ...
Ronald's user avatar
  • 31
0 votes
0 answers
216 views

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 ...
Nikitha Koshy's user avatar
0 votes
2 answers
365 views

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, ...
Lombardo's user avatar
0 votes
1 answer
82 views

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 ...
Chris Harrington's user avatar
0 votes
2 answers
77 views

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 ...
user19307825's user avatar
0 votes
1 answer
42 views

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 @...
user9297554's user avatar
0 votes
0 answers
96 views

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", &...
Joseph Park's user avatar
1 vote
1 answer
154 views

Error Details: { "status": 401, "message": "Unauthorized\r\nclientRequestId: d820d73c-4538-4464-afd8-b28d9d6d9706\r\nserviceRequestId: 04dd4b5c-f6e9-0377-f98a-c74e381df0fb&...
Vamsi's user avatar
  • 13
0 votes
1 answer
79 views

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 ...
mrc85's user avatar
  • 99
0 votes
1 answer
98 views

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 ...
Aluri Balahari's user avatar
0 votes
1 answer
358 views

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 ...
aravind's user avatar
  • 17
0 votes
1 answer
252 views

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 ...
OneTrickPony's user avatar
0 votes
1 answer
122 views

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 ...
Bob Canavan's user avatar

1
2 3 4 5
89