Questions tagged [logic-app]
24 questions
1
vote
0 answers
Use different connection when running Azure Logic App workflow locally
I have a question about Azure Logic Apps (Standard) local development. I'm triggering a workflow from a storage queue. Inside Azure the connection uses a ManagedServiceIdentity. This option is not locally available however. Locally I can use a…

Ronald
- 11
- 3
0
votes
1 answer
Why my logic app if condition not working as expected
Hello I try to schedule a logic app to work only between 15-31 every month and I created an array
1.
Then I initialize 2 variables (one in which I will store the current day and one that will help me to iterate trough the list at 1.
2.
Then I create…

Vonavi
- 3
- 1
0
votes
1 answer
Azure LogicApp Designer goes blank in VS 2019
I am working on a LogicApp in Visual Studio Community 2019 16.11.28 using the Azure Logic App Tools 2.24.2 extension. It has always been working fine. Used to work on several logic apps during the past 2 years. However, since a few days I keep…
0
votes
2 answers
how can I add a newline using logic app or powerautomate?
I'm trying to add newline in String using Logic App. But I got nothing interesting.
That is what I got:
ios-youtube, keepassium-ios, markmcguill-strongbox, Office-Word, microsoft-azureauthenticator, microsoft-scmx, Office-Excel, microsoft-skydrive,…

SmartGuy
- 5
- 2
0
votes
1 answer
Standard Logic App - Extract Archive to Folder
I have a Consumption Logic App where we Create a .zip blob in a storage account and then extract its content into the same storage, as follows:
We created a Standard Logic App to replace the Consumption one, but the Extract archive to folder (V2)…

nahimmedto
- 25
- 6
0
votes
1 answer
In azure logic app how to extract images from a json string and save it in sharepoint
In an azure logic app I would like to save images which are given as a url in a json string. They should be saved in a sharepoint folder. The json string is very long but shortened looks somewhat like…

Anna
- 81
- 5
0
votes
2 answers
Azure Logic Apps - SQL tables to a single Email - How To
I have a stored procedure that I'm pulling data sets into Azure Logic Apps Designer. no matter what I try - nothing wants to plug into the send email function. some things that seem like a no brainer => DataOperations => Compose (making a full html…

JohnHibbs
- 21
- 5
0
votes
1 answer
How to use a Salesforce Connector on Azure Logic App to get Change Record using a dynamic filter query
I have a logic App which starts with a Salesforce Trigger where it checks for Account updates. I want only records where createdate is >= today-20days.
"queries": {
"$filter": "CreateDate ge '@{formatDateTime(addDays(utcNow(), -20),…

Steve Moro
- 83
- 7
0
votes
0 answers
Add/Subtract hours in Liquid Maps for Logic Apps
I am new to liquid maps and I need to add or subtract hours in liquid maps. The liquid map then I habe to use in Logic Apps.
Can anyone help me in finding the right solution?
I tried all these but nothing works.
Approch 1:
{ {% assign days = 3 |…

Kapil Baj
- 1
- 1
0
votes
1 answer
How to configure "Only other Logic Apps" in Logic App ARM template to be called from a specific Logic App only?
In Azure portal, there's an option to configure Logic App to be called from other Logic Apps only.
I want to configure this option in ARM template for my Logic App to be triggered from a specific Logic App only.
I can configure "Specific IP ranges"…

Vishal Makwana
- 1
- 1
0
votes
2 answers
Sort json array in dot liquid or logic app
I wish to get most recent collection from my json array based on created date in logic app variable or using dot liquid transformation.
{
"content": [
{
"properties": {
"id": "957777746054",
"owner": "jFinder",
…
0
votes
1 answer
How to check file names under two triggers in one logic app
I'm using two triggers in one logic app 1.recurrence 2.when a file is created or modified under recurrence two parallel actions will be there it will run daily under when a file is created or modified trigger there parallel actions will be there so…

James
- 21
- 5
0
votes
1 answer
Access parsed json key using a variable in Logic App
Can we access parsed JSON key using logic app variable?
I have a string type variable with value as FY23-01 like below:
And a parsed JSON like below:
{
"@odata.etag": "",
"FY23-01": "1",
"FY23-02": "2",
"FY23-03": "3",
"FY23-04":…

vivek mishra
- 59
- 5
0
votes
1 answer
How to use Odata to filter query , to get the events from past 7 days until the following 28 days
enter image description here
Hi,
I am trying to filter the query in Odata in logic app.
as this is a calender app, I want to get the events in the past 7 days and the following 28 days.
I have tried various different solutions but it doesn't work.

M.Awais
- 1
- 2
0
votes
0 answers
What's the best way to find unique values for a column in a Dataverse table, from a Logic App?
In an SQL DB, or similar, I'd create a View with a SELECT DISTINCT on the relevant column; how can I do the equivalent in Dataverse? i.e. I want to create a Table or View that contains unique values from a column in another Table
Note this question…

JohnD
- 187
- 11