Questions tagged [power-automate]

Microsoft Power Automate (formerly Microsoft Flow) is a business workflow automation tool. Use this tag for questions about issues or questions regarding building/designing Power Automate workflows, configuring them to work with additional applications in the MS Power suite, or with other MS products like Office or SharePoint. DO NOT use this tag for questions about license issues with Power Automate

Microsoft Power Automate (formerly Microsoft Flow) is a business workflow tool for automating workflow processes in an online environment. It connects with other Microsoft Power apps, Microsoft Office products, SharePoint, external services such as Twitter, Facebook, and on-premises environments to communicate with applications like SQL or Excel.

Links

2180 questions
0
votes
0 answers

Power Automate PWA tasks to Planner tasks

Using Power Automate I can move tasks from PWA to Planner but only until it reaches the next outdented task. How do I get all tasks (indented or not) to appear on my planner board?
Aimee
  • 3
  • 3
0
votes
2 answers

Creating and assigning a Task in microsoft To-Do From a sharePoint

enter image description here Hi, I am trying to create a Flow in PowerAutomate that runs every time an item is created in a SharePoint. Once the item is created the flow must create a task in Microsoft To-do and assign it to the person specified. I…
0
votes
0 answers

Power Automate HTTP Request POST ends with "Internal Server Error"

I'm not sure why I face an "Internal Server Error" when I send an POST Request with Power Automate, but if I send the same request with Postman it works just fine. As you can see the flow tried 4 times until it stopped. I call the same REST API with…
Stefan
  • 33
  • 8
0
votes
1 answer

Logic APP - For Each from a Filtered Array - retrieve Object ID trough API

I'm trying to create a loop, but I cant seem to get it to work. I filter a sharepoint list and have the below output as a result. Next I want to loop over the 2 Ad groups and get their Object ID back. For some reason I cannot seem to get the correct…
0
votes
0 answers

Azure custom connector working with localhost

I tried using that guide: https://powerautomate.microsoft.com/en-us/blog/on-premise-apis/ To work with my localhost running server with azure custom connector. I've defined an API gateway and my local server is running but receiving: { …
David Meu
  • 1,527
  • 9
  • 14
0
votes
1 answer

Power Automate Date Comparison Returning False Even Though Values are Equal

I am trying to figure out why my conditional equates to false for both items that get returned despite them being equal. My conditional is as follows formatDateTime(items('Apply_to_each')?['DueDateCalculated'],'yyyy-MM-dd') is equal…
OMGDrAcula
  • 1,054
  • 3
  • 11
  • 17
0
votes
1 answer

AssignedTo Data Returning differently than other same type columns

So I am running into an odd issue. One I can't quite figure out. I am building a flow to send a user(AssignedTo) an email if a task is not completed, and the due date is within 10 days of today. That logic works. The issue I am running into is why…
OMGDrAcula
  • 1,054
  • 3
  • 11
  • 17
0
votes
1 answer

Data Operation - Select (Json Array)

I have a JSON Array with the following structure: { "InvoiceNumber": "11111", "AccountName": "Hospital", "items": { "item": [ { "Quantity": "48.000000", "Rate": "0.330667", "Total": "15.87" …
Nataliia
  • 23
  • 6
0
votes
1 answer

Power Automate and Azure DevOps On Prem 2020 - Create a Workitem - TF400813 Not authorized to access this resource

I am junior admin managing ADO 2020 on Prem . We have a developer who is able to create a work item in a board under a collection/project when logged in using ADO . The developer is trying to automate work item creation using Power Automate . He is…
0
votes
1 answer

How do I extract a string of numbers from random text in Power Automate?

I am setting up a flow to organize and save emails as PDF in a Dropbox folder. The first email that will arrive includes a 10 digit identification number which I extract along with an address. My flow creates a folder in Dropbox named in this…
DryBSMT
  • 51
  • 2
  • 12
0
votes
1 answer

Power Automate Flow - Process JSON Output in 50 Parallel Branches

I have a JSON with the following schema: "invoices-report": { "locations": { "location": { "@code": "TX", "@name": "Texas", "invoices": { "invoice": [ { "@InvoiceNumber": "111111", …
Nataliia
  • 23
  • 6
0
votes
0 answers

How to show merged data from two SharePoint lists with same columns using PowerApps gallery?

I have two SharePoint lists A and B which have 3 same columns and a different column which have their respective lists name as its metadata e.g. "TaskId","TaskTitle" and "Department","List". I want to merge the data from both the lists and display…
0
votes
2 answers

Copy Excel cell value and add rows to another table

In a table (in excel) in a column I have some number(A). I want the flow to take that number (A) and to create number of rows equels to Number (A) For example if number(A) is 4, then in another table to be added 4 rows
0
votes
1 answer

Get a OneDrive file with PowerAutomate from sharing link or url

Here is what I'm trying to do : From a Power Automate, I'm getting the shareable link of the Microsoft Teams Record meeting and the ID of the meeting The Flow must take the file from OneDrive, and move it to another cloud repository The problem is…
grteibo
  • 607
  • 3
  • 11
  • 20
0
votes
1 answer

How to call JSON/Array object by value in MS Office Scripts / Typescript?

I am using MS powerautomate, forms, excel and office scripts to get some data, do validations, make/edit tables. In my flow, I get the data from form response and put it into JSON format to use easily in a few places. In my script, I would like to…
nick
  • 789
  • 1
  • 11
  • 27
1 2 3
99
100