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
1 answer

DocuSign Autoplace text not working when using API integration / Power Automate query

I have 2 queries based on the following : I recently followed this DocuSign article to pass a supplied document to Docusign via the…
0
votes
0 answers

How to open URLs from a excel sheet to Power Automate "Go to web page"?

I have multiple URLs on an excel sheet (RPA_Test) in column A from rows 2 to 5. I want to Go to web page by For each loop and copy a specific text from each URL. How do I open the URL one by one and perform the task for each URL available in the…
0
votes
1 answer

Power Automate to group fields by value

I have the list as below: List 1: CustomerCode | CustomerName | ProductName | ProductCode | ManufactureDate | ExpiryDate | ProductPrice *CustomerCode and CustomerName can have duplicate values List 2: CustomerCode | AmountPurchased What I want to…
Som Rai
  • 1
  • 4
0
votes
1 answer

Insert parameters into JSON Array in Logic Apps

I am creating a Logic app to gather members from one platform using an API call and posting them to another platform using POST method. At the end of the entire process, I get a JSON array with the data that I need. However, I need to add in a…
Basilio
  • 1
  • 2
0
votes
1 answer

Power Automate "Flow widgets" and how we can use & benefit from them

I am reading documents about Power Automate from Microsoft Docs and in below link, they are talking about "Flow widgets": Integrate Power Automate with websites and apps But I am not sure how we can benefit from this? and what does "flow widgets" do…
John John
  • 1
  • 72
  • 238
  • 501
0
votes
0 answers

Remove semi-duplicates from array

I have an multi-property array that I want to remove almost-duplicates from. There could be duplicate Order Numbers in the items in the array. The Schedule Date could be different, however. How can I change the Schedule Date to match the first item…
Robby
  • 843
  • 3
  • 19
  • 53
0
votes
2 answers

Office Script with Power Automate to Dynamically Change Excel Worksheet Date

I am using the following office script to hide a daily excel worksheet at the end of the work day. It runs fine when run from the script in excel, however, it fails when triggered by Power Automate at the end of the day using 23:00 EST. I believe…
0
votes
1 answer

Microsoft Graph API / Power Automate

I am using Graph API to extract all the incidents and advisories from Microsoft but I encounter some issues, and I will be very happy if you can help me. I am using the GET Method using the…
StriXial
  • 1
  • 1
0
votes
1 answer

Delete partial duplicate rows

I have a Dataverse table that has a few columns. One of those columns is an Order Number column. There should only be one row per order number. If there is more than 1, only the first one should be kept. How can I do this in Power Automate? What I…
Robby
  • 843
  • 3
  • 19
  • 53
0
votes
1 answer

how to check for blank in case of choice field in Getitems in filter query in power automate?

I tried below, this is working fine if I put some choice value but in case of blank it is not fetching data.
0
votes
1 answer

Custom connector to create an item inside our REST API. How we can use this connector inside Power Apps

We have a .NET web application and it has REST API. Where each of our customers has their own API key. Now we want to create a Power Apps custom connector, which allow our users to easily create items inside our system through the API. So I will…
0
votes
1 answer

Automate saving received files in Teams chat

for any file that is sent to me via Teams chat, is there a way to trigger a flow to save it somewhere (one drive, sharepoint, etc)? I would like to capture files sent to me from all chats. Thanks! Brook
0
votes
1 answer

Azure Logic App: Filter Query Difference between dates should not exceed 10 months

Like in SQL Server, we find the difference between dates using DATEDIFF as below, I'm try with OData filter Query in SQL Server - Get Rows Connector but I don't see a DateDiff function available. SELECT DATEDIFF(month, DateOfBirth, GETDATE()) AS…
BVS
  • 421
  • 1
  • 9
  • 17
0
votes
2 answers

Trigger power automate flow with Business Process Flow Next Stage button

I have a model driven app with business process flow (BPF) activated. For each stage of BPF, there is a Next Stage button at the bottom. I want to use the Next Stage button as a trigger to run a power automate flow in which after the Next Stage…
0
votes
1 answer

Update a column based on value of another column

I want a Power Automate flow to update a column (Pickable) based on the value of another column (Location). The logic is that if the character after the second period in the Location column is a 3, the Pickable location value should be "No."…
Robby
  • 843
  • 3
  • 19
  • 53