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

Build a flow using Power Automate to download a CSV file via a link in email and upload the file to Google Drive

I am completely new to Power Automate and have seen similar questions and posts about this topic, but most are addressed by inserting an HTML step at the end, which means it requires a paid version of Power Automate. I'm wondering if it's possible…
Vicky Yeh
  • 21
  • 1
  • 4
2
votes
1 answer

Send notification to assigned user when a task is due in 5 days in DevOps

in devops sending out email notifications for work items seems limited with the one's listed below: I want to send an email or a notification in teams when a work item has its due date in 5 days. I also check power automate but couldn't find a…
Sindu_
  • 1,347
  • 8
  • 27
  • 67
2
votes
1 answer

Power Automate / Twilio : HTTP POST Error

I'm not sure what I've messed up, but I'm receiving this error when attempting to send a POST request from Power Automate to a Twilio Flow. Was able to trigger the Twilio Flow from PowerShell, but cannot replicate on Power Automate. { "code":…
RPE-PeterD
  • 46
  • 6
2
votes
1 answer

How to insert an empty string into a field in a flow action in Microsoft Power Automate

How do you insert an empty string into a field in a flow action in Microsoft Power Automate? Google results I've found say to use a 'null' expression and it should empty the field. However, it didn't work when I was using the Excel (Business)…
Anthony Miller
  • 15,101
  • 28
  • 69
  • 98
2
votes
1 answer

Add Item to Sharepoint list with Power Automate Desktop

Using Power Automate (cloud flows) is easy add an item to a SharePoint list. However, I haven't found a good built in solution to using Power Automate Desktop (PAD) to add an item to a SharePoint list. The goal is to keep record of all the PAD…
2
votes
1 answer

How to clear a Text Input in power automate desktop

How to clear a Textbox in power automate desktop flow ? My flow can key a 'hello' string in a windows textbox. Every thing seems perfect, but run the flow second time the textbox content become to 'hellohello'. So I need clear the textbox first…
2015evanotes
  • 89
  • 10
2
votes
2 answers

Power Automate Escape '@' character

In Power Automate, I am using an HTTP activity with the following parameters: Method: POST Uri: Example.com Body: { "Username":"MyName", "Password":"@mycode", "PrivateKey":"1234" } This request works fine in Postman, but in Power…
SUMguy
  • 1,505
  • 4
  • 31
  • 61
2
votes
1 answer

XPath for namespaced XML attributes in Power Automate?

I receive an XML file by email each day, and am trying to write a Flow / Power Automate to parse the XML, get 3 variables from it, and append these to a table in Excel. The XML file has below structure, its loaded into the query with the identifier…
2
votes
0 answers

Can a Custom Connector work with a client_credentials grant flow?

I want my PowerApp to talk to one of our Web API endpoints on Azure that is set up for the OAuth "client credentials" grant flow. The security model for PowerApp connectors mandates that you let the PowerApp connector acquire the JWT token for you.…
2
votes
1 answer

SharePoint list - Creating a list view for approvers

I've created a SharePoint Online list, which has quite a few columns, that requires new items to be approved via a Power Automate flow. The approver, when they click the item details link in the approvals email they receive, is shown all the item's…
2
votes
1 answer

Is there equivalent of Power Apps Approvals connector in Logic Apps?

I am trying to create a Microsoft Teams Approval workflow using Logic Apps but the Approvals connector is not available there. Is there either equivalent or different way to create such MS Teams workflow using Logic Apps?
2
votes
1 answer

Get current "Power Apps per App Plan" - License Usage

i can assign 'power apps per app plan'-licenses to a specific app. I can see how many licenses i have assigned. But i am unable to find an overview of the current usage of the license. I want to see the users who are using an license right now and…
bob
  • 595
  • 2
  • 18
2
votes
1 answer

Trying to access Microsoft Power Automate API via python msal library

The following code: import requests import json import msal config = { "authority": "https://login.microsoftonline.com/", "client_id": "", "client_secret": "", "scope":…
2
votes
2 answers

C# wrapper Async method not executing AX 2012 method but sync is working

I am trying to call my AX 2012 method async using C# wrapper but the AX 2012 method is not executing. The same data is correctly processed by sync call and is executing properly. Below is the code for Controller in C#. Why is it not executing async…
2
votes
1 answer

report export in PDF format in Power BI Embedded

We are embedding power bi reports in a customer web application and I have a requirement where the report has single page and that report page needs to exported to PDF format on a button click(GENERATE REPORT). is this something achievable from…
Jambal
  • 65
  • 6