All Questions
Tagged with azure-logic-apps power-automate
115 questions
0
votes
1
answer
332
views
Power Automate Get Filename if Contains Special Character
I created a Power Automate flow that performs an HTTP GET request to download a PDF file and save it to Sharepoint.
The filename is in the output of the HTTP headers with Content-Disposition header ...
0
votes
1
answer
473
views
logic app ( power automate) extract checklist items from a task from a planner plan
I have a 'get the checklist Items for each task from the template plan (task details)' action
which is a http get
https://graph.microsoft.com/v1.0/planner/tasks/@{items('For_each_template_task')?['id'...
0
votes
1
answer
73
views
Split results from JSON Outputs
In Azure Logic Apps I am trying to get Teams ID after creating it from the HTTP request. I then used Compose and Parse JSON to see the results.
The outputs will look as follows (shortened version):
&...
0
votes
1
answer
319
views
Power Automate. Delete from parent and child list using ID from parent list
I have a Tasks list in Sharepoint with fields like ID, priority and deadline. I also have a TaskActions list with the people to whom the task has been assigned. The Tasks list is like a parent list. ...
0
votes
1
answer
295
views
Creating CSV table from Crowdstrike API output
I am having an issue parsing JSON from the Crowdstrike API in the logic app. I am making an HTTP call to CS to get all device IDs.
In the resources part of the JSON it returns 2574 device IDs in the ...
0
votes
1
answer
212
views
Logic App :: Move files form AWS S3 to Blob Storage
I'm trying to create a perfect directional sync between AWS S3 and Azure Blob Storage.
The actions go like this:
Every 5 minutes check if an object is updated in AWS S3 bucket:
If so take the content ...
0
votes
2
answers
238
views
Incremental Copy using Power Automate Cloud Flow/Azure Logic App
I am currently trying to move data incrementally from SharePoint Online Folder to Azure BLOB storage. I have been able to set the configuration using Azure Logic App.
There is an event-based trigger ...
0
votes
0
answers
37
views
how we can implement power automata when if any file exist in adls we need to send mail [email protected] with attachment
Child Activity:
Check if any files exist in the specified folder of the Azure Data Lake Storage account.
If files are found:
Send an email to ABC Outlook.
Include a subject indicating that files ...
0
votes
1
answer
94
views
how to copy nested folders from sharepoint to azure adls?
I have nested folders inside a parent folder and each folder contains many files. I have used powerAutomate, but it only copies files from the folder at parent folder level. The files and the folders ...
0
votes
1
answer
289
views
Logic App and Power Automate HTTP webhook expire time
I am unable to find details of Logic App HTTP webhook. What is the maximum time of waiting for a callback if no timeout is specified?
What is the maximum number of simultaneously running instances ...
0
votes
1
answer
955
views
Automate file uploading from Sharepoint to Azure Storage Container
What I am trying to implement -
When a user uploads a CSV file to the sharepoint in a particular directory, a new blob is created on the Azure Storage Container for the same file creating all it's ...
0
votes
1
answer
244
views
How to copy files from one drive to adls using logic apps
my logic app trigger action is when an http request is received. after that there is share point action is there name is get file content. so here i want to add parallel branch with action name is get ...
0
votes
1
answer
806
views
Create table from based excel data does not working anymore - Azure Logic Apps
I am trying to create Logic App which will get me specific excel file from SharePoint document library and transform data into table in this excel.
Based on several blogs and videos -
createTable,
...
0
votes
1
answer
593
views
Moving pdf files from Sharepoint to Blob Storage Container using Logic Apps
I have created a flow where I am attempting to access the following path: "https://cactuscompany.sharepoint.com/sites/dataengineering". Within this path, there is a library named "...
0
votes
1
answer
586
views
Logic App recurrence workflow: add condition to set variable every 2 days
I have a recurrence workflow which triggers every 2 hours.
By default, variable x is set to 111.
Now, I want to add a condition: every 2 days (48 hours), the variable x is set to 999.
For example:
12 ...