Questions tagged [logic-app]
24 questions
0
votes
2 answers
Convert FileTime to DateTime in Azure Logic App
I'm pretty new to Logic App so still learning my way around custom expressions. One thing I cannot seem to figure out is how to convert a FileTime value to a DateTime value.
FileTime value example: 133197984000000000
I don't have a desired output…

Paul
- 227
- 1
- 3
- 14
0
votes
1 answer
No Workflow Resource found in the template in Logic App
I am trying to copy the logic app code from code view and paste it in the logic app project that I created locally.
Once I have pasted the code, I am trying to right click and open the file using logic app designer, then I am getting an error No…

SANDEEP KUMAR
- 33
- 8
0
votes
1 answer
Azure Logic App slice string from SQL database to email
I have a super simple logic app workflow that triggers when a new row is added to a SQL Server Database and sends an email from a pre-specified address to another pre-specified address with variables from the row that was added.
I am having…

rpr
- 13
- 1
- 4
0
votes
1 answer
How to deploy workflow in Standard Logic App with the help of ARM template
I have an ARM template with me but whenever I deploy that ARM template it creates a Logic app with Consumption. I need the ARM template which will create a logic app workflow under the standard logic app which I have created.
Appreciate it if anyone…

Kaustubh Pandey
- 31
- 5
0
votes
1 answer
Automating Azure Logic App job creation and deployments
I am new to cloud and Azure, so I do not know how logical my thoughts seem. Please tell me if there are better approaches to solve the issue.
There is a SharePoint list of jobs with their corresponding Cron expressions. The jobs all execute same…

Paniz Asghari
- 145
- 1
- 10
0
votes
1 answer
azure logicapp try catch specific error capture does not work
Hope you are doing good.
I am creating azure logicapp workflow with try & catch scope to capture specific exception message happens in one of actions within try scope.
As per documentation , I am filtering Failed status of result('try') but still…

Raj
- 85
- 1
- 4
0
votes
1 answer
invoking HTTP oauth 2.0 from logicapp (standard)
I'm trying to connect to a Azurewebapp, and once I have checked that network is correctly configured (I'm able to connect to unsecured resources) I'm stuck with the "Active Directory Oauth" option in the HTTP connector (API webapp inside…

Martín Alcubierre
- 4,341
- 1
- 27
- 27
0
votes
1 answer
SAS URI of a csv or json blob generaed in Logic app displayes the content in browser instead of downloading the file
I have created a blob file in azure storage using Azure Logic App.
I add csv content and name the file data.csv
or I add json content and name the file data.json
and then I generated the SAS URI of the file.
If we paste the url in browser, the…

Ashish-243d
- 15
- 3
0
votes
0 answers
Suggestions, txt/html to PDF conversion in azure container (python)
I have a blob container "X", with a directory "Y" containing a "body.txt" that has the body of a message sent to my inbox.
What is the best way to convert that "body.txt" into a PDF.
So my end result should be "X/Y/body.txt" and "X/Y/body.pdf"
Can a…

ombk
- 2,036
- 1
- 4
- 16