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
1 vote
1 answer
34 views

I want to implement a logic app workflow which is using a trigger: Logic App: Standard Connector: Azure File Storage Trigger: When a file is added or updated Configuration: giniusdata/Plot/PDF/PDFOUT-...
LStrike's user avatar
  • 1,662
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
110 views

We have LogicApp application with function DLL to include C# code. It is working without problems. We have unit tests created with MsTest. Everything was ok in Visual Code and Visual Studio. But after ...
Stan Care's user avatar
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
31 views

I'm working with Azure Logic App (Standard) and would like to add multiple workflows under a single Logic App. I understand that Logic App (Standard) allows multiple workflows, but I'm not sure how to ...
Muhammad Atif Suleman's user avatar
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
1 answer
120 views

I’m running an inline C# script in an Azure Logic Apps workflows to get the blob details using DefaultAzureCredential(). I have given 'Storage Blob Data Contributor' to Azure Logic App in Storage ...
Bharti Tijare's user avatar
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
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
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
0 answers
120 views

We have a Logic App Standard (stateful) workflow and an Azure Function (Isolated, .NET 8) performing the same business logic. Business Logic Overview: Fetch data from an external API (approx. 8,000 ...
Deepak Shaw's user avatar
0 votes
2 answers
136 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
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
1 vote
2 answers
127 views

I am trying to configure an Azure Action Group to call a workflow in a standard Logic App using Bicep. When I configure the Action Group in the portal, it appears like ie the value contains {logic ...
DaveM_77's user avatar
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
83 views

Below are the Logic app standard logging configured: Application Insights + Logic App Standard: Logic App Standard Connected with Application Insights Diagnostic Settings + Logic App Standard: ...
Diviyan'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
0 answers
68 views

I am new to Infrastructure As Code (IAC). I have created and configured the Logic App Standard with 2 workflows in it using Azure Portal. But I was asked to create them using IAC. My requirement is to ...
Pathrudu's user avatar
0 votes
1 answer
242 views

I would like to deploy an Azure Logic App that is integrated to virtual network using Terraform. The resource group, the virtual network and the storage account are already created. In the main.tf ...
Péter Szilvási's user avatar
0 votes
1 answer
339 views

I'm facing an issue with my Azure Logic App where by an "Append to Variable" action returns the following error: The variable 'ResponsesString' has size of more than '105018915' bytes. This ...
InvalidSyntax's user avatar
0 votes
2 answers
566 views

I'm working with a Standard logic app in Azure and need to adjust the Runtime.Backend.VariableOperation.MaximumVariableSize setting in the host.json file. I attempted to edit the file using Visual ...
InvalidSyntax's user avatar
0 votes
0 answers
40 views

I have a flow with a trigger when email arrived, this trigger has the following setup: Flow Connector "host": { "connection": { "referenceName": "...
user2434532's user avatar
0 votes
0 answers
76 views

I have an Azure Virtual Machine and Azure Logic Apps in the same region. I created a folder on the VM as a network drive and need to connect it to Azure Logic Apps (Standard - ASE3) to send and ...
iamramanavenkat's user avatar
0 votes
1 answer
474 views

I'm trying to work through an error with getting the callback URL for a trigger in a Standard Azure Logic App. I'm using the az rest command to reproduce the problem that I see when I try to running a ...
Tim Dean's user avatar
  • 8,302
0 votes
1 answer
289 views

I am unable to open Logic Apps Standard in designer mode in VS Code, I see the following in the output window "No job functions found. Try making your job classes and methods public. If you're ...
S N G 's user avatar
  • 27
0 votes
1 answer
46 views

In case i have 100 ids has to be passed into database table: select * from A.Imports where ImportId in (1,..., 60) How to pass those Id int OData filter for SQL Action? So, i have variable where i ...
Mashkara's user avatar
0 votes
1 answer
112 views

I have a workflow in a standard Logic App that reads a file content from a Windows file share. The reading is done thanks to the managed File System Connector, which is configured to use a Data ...
Germán Mendoza's user avatar
0 votes
2 answers
338 views

I have a standard Logic app and multiple workflows (various system integrations, SI1, SI2 & etc.). I would like to create a dashboard according to SI1, SI2 and so on, and can leverage it to ...
Deepak Shaw's user avatar
0 votes
1 answer
104 views

We have upgraded to a standard logic app from the consumption version. The consumption version used to tell us when we had invalid EDI, which segment specifically had the problem. The standard ...
Randy's user avatar
  • 125
0 votes
3 answers
300 views

I'm new to using C# in Azure and I'm running an inline C# script in an Azure Logic Apps workflows to read a Key Vault secret into a variable from within a "CSharp Script Code" object in an ...
Garry_G's user avatar
  • 309
0 votes
1 answer
115 views

I know We have to use In-App Connectors/Triggers in the Azure Standard Logic App. if they are not available, then we use have to use the shared connectors. Here I have used all type of connections ...
Vaishnavi Vaishu's user avatar
0 votes
1 answer
291 views

Workflow validation failed for the workflow 'shiptest'. {"error": {"code":"WorkflowTriggerTypeUnsupported","message":"The stateless workflow trigger '...
Vaishnavi Vaishu's user avatar
1 vote
1 answer
834 views

When I'm opening logic app workflow as designer, I'm getting the below errors. Error in determining project root. Please confirm project structure is correct. EnvironmentCredential is unavailable. No ...
Vaishnavi Vaishu's user avatar
0 votes
1 answer
71 views

I'm newbie into Logic App. And I'm really struggling with some basics of it, especially when it comes to manipulation/selecting of data. I have a problem with checking if key is present in collection. ...
dotnetlooper's user avatar
0 votes
1 answer
649 views

is it possible to grab attachments content which is sting value filled with json and I need to grab text value from it outputs('Get_message_details')?['body']['attachments'][0]?['content'] I can get ...
Nela Kolundzija's user avatar
0 votes
1 answer
472 views

I am trying to extract all my email information such as ID, receivedDatetime, Internetmessageid, from, to, attachment, CC, BBC etc in a SQL Table. I created below flow using Logic app { "...
Hemant Kumar's user avatar
1 vote
2 answers
203 views

For example, I have some kind of query in the DB, which I write to a variable: "Initialize_QueryCollection": { "type": "InitializeVariable", "...
slowpoke's user avatar
0 votes
0 answers
370 views

I've got a Standard Logic App that handles a series of file transfers between legacy systems. Nothing crazy, under 50 a day in total at different times. I've been updating one of the connections from ...
sprite78's user avatar
0 votes
0 answers
87 views

We are using the Logic App Standard Unit Testing Framework (https://github.com/LogicAppUnit/TestingFramework) and we have run into an issue where we are unable to mock an HTTP request to an external ...
Shane Lucyk's user avatar
0 votes
1 answer
1k views

I'm trying to make a call from Azure API Management to a Logic App (standard) workflow with a manual trigger. I'd like to authenticate with a token using the system-assigned managed identity for APIM ...
Killianti's user avatar
0 votes
0 answers
121 views

Does anyone know of a way to extract a swagger (open api) definition from a logic app standard workflow that has a htpp trigger please?
Rob Bowman's user avatar
  • 8,889
1 vote
2 answers
627 views

We have a logic app deployed in app service environment that is triggered by Service Bus Topic messages, and then connects to a Function App. For deployment to different environments we have ...
aravind's user avatar
  • 17
0 votes
1 answer
102 views

Problem: Currently our team is working on a solution to switch between multiple connection.json files which defers between Azure Cloud and Local Development. Since Managed Identities does not work ...
RichioRobo's user avatar
1 vote
1 answer
242 views

When I try to create a workflow in my already existing Logic App (Standard). I use 1 file (main.tf) for deployment, I know it's not best practice but it is for testing purposes. This is my main.tf: ...
Denver's user avatar
  • 11
2 votes
0 answers
147 views

Problem My Logic App Standard is not opening the designer because it says the Port its trying to use is unavailable. I work on an AVD and I have multiple repositories with multiple apps. In one ...
RensB's user avatar
  • 39
0 votes
1 answer
98 views

I created an Azure Logic App using Form Recognizer to analyze PDF based invoice files. I actually recognized that the process is working well, but in encountering issues in enabling the barcode option....
TheFool's user avatar

1
2 3 4 5 6