Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
29 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
0 votes
0 answers
106 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
145 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
1 answer
82 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
2 votes
2 answers
193 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
0 answers
67 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
0 votes
0 answers
125 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
2 answers
119 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
1 vote
2 answers
117 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
72 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
0 answers
62 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
308 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
0 answers
34 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
1 answer
439 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
45 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
2 answers
323 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
3 answers
284 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
281 views

Workflow validation failed for the workflow 'shiptest'. {"error": {"code":"WorkflowTriggerTypeUnsupported","message":"The stateless workflow trigger '...
VivekAnandChakravarthy's user avatar
0 votes
1 answer
66 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
421 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
0 votes
0 answers
349 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
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
1 vote
2 answers
606 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
1 vote
1 answer
230 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
0 votes
1 answer
96 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