4,422 questions
0
votes
0
answers
47
views
Workflow Validation Error - unable to query Oracle Database Using Service Provider Connector From Azure Logic App
Azure Logic App : Standard Tier
Connector Type Built-in
Please find the below action:
"Lookup_Employee_from_OracleSQL": {
"type": "ServiceProvider",
"inputs"...
0
votes
0
answers
23
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
50
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
60
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
59
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
35
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
58
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
152
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
114
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
115
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
133
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
75
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
70
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
82
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
165
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 ...