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
15
votes
0 answers

Workflow-Core versus ElsaCore

I am looking for some alternatives to MS Flow/Power-Automate to save money. How are these two solutions different? Advantages of each? Downsides? https://elsa-workflows.github.io/elsa-core/ and https://github.com/danielgerlag/workflow-core We are…
kyleb
  • 1,968
  • 7
  • 31
  • 53
13
votes
4 answers

Run Power Automate flow from Windows Desktop via shortcut key or command line / shell

I would like to run a Power Automate flow by pressing a keyboard shortcut or alternatively calling it up from CMD or Powershell script. The flow would simply start execution once the keyboard shortcut is pressed or a Powershell script is run. As it…
SystemWorks
  • 175
  • 1
  • 1
  • 9
13
votes
1 answer

Access JSON results from Custom Connector (Web API) in PowerApps

I'm trying to get the JSON text results, e.g. [ { "TABLE_NAME": "UpdatePlanning" }, { "TABLE_NAME": "StoreInfo" }, { "TABLE_NAME": "InSiteTxPerHourPerDay" }, { "TABLE_NAME":…
JamesMatson
  • 2,522
  • 2
  • 37
  • 86
10
votes
3 answers

How to submit a file to an ASP.NET Core application

I have an ASP.NET application that presents a simple form to upload files (images). That looks like this: public IActionResult Process() { return View(); } [HttpPost] public IActionResult Process(List files) { var telemetry =…
Paul Cavacas
  • 4,194
  • 5
  • 31
  • 60
9
votes
7 answers

Azure Logic Apps - Failed with error: 'The browser is closed.'. Please sign in again

I have created an Azure Logic App in the Azure portal and successfully added several steps. I add the Azure DevOps List Iterations step and click the sign-in button. A popup prompts me to sign-in and then closes and I am left with the follow error…
Magic Bullet Dave
  • 9,006
  • 10
  • 51
  • 81
9
votes
1 answer

Uploading Image to SharePoint from PowerApps via Flow

As the title says.. I'm building a power app that uploads an image to a sharepoint directory. Following this blog I was able to successfully upload an image that was captured by a Camera Control. However, I would like to do the same thing but with…
Probably
  • 426
  • 5
  • 19
9
votes
1 answer

Http POST from card in Microsoft Teams

We are trying to create an approval workflow using Teams, Flow, and Assembla and are running into a bit of trouble. We have a few of the pieces successfully setup however we are unable to initiate a POST action from a card in Teams. In teams we…
Joshua Hysong
  • 1,062
  • 1
  • 18
  • 31
7
votes
1 answer

How to correctly display multiple checkboxes in Word Template - Power Automate

After three weeks of long research I have not yet found anything related that can help me represent the selected values of a Checkbox in my Word template, so I dared to try to make on my own a possible solution that is not yet fully resolved, so I…
John Doe
  • 1
  • 5
  • 26
7
votes
1 answer

Is there a way to get the user made an action?

I'm trying to solve the task with passing the actor to the HttpPOST action from the card in Teams. So once user clicked on action I can use Inputs for getting user input and add it to the POST action this way: { "@type": "ActionCard", "name":…
SerjG
  • 3,325
  • 3
  • 30
  • 30
7
votes
1 answer

How to determine the creator of my calendar event in Office 365?

I'm using the Office 365 API to request events from my calender. To be specific I have a shared calender (the one I shared it with can edit the calendar) but when requesting data from the API I can't see the difference in organisator of the events.…
ChristiaanV
  • 5,401
  • 3
  • 32
  • 42
6
votes
1 answer

Power Automate Flow Version Control

I am using Power Automate and have several flows built up. I'm curious to find out if there is a version control available for Power Automate flows. We have multiple user having edit access to these flows and having a back up of the previous…
6
votes
1 answer

Dynamically calling several back-end endpoints from within Azure APIM policy

I'm calling a back-end API from Azure API Management (APIM) and I need to provide the JSON schema for my custom connector in Logic Apps/Flow. Depending on the content of the response I'm getting, I need to perform additional calls in order to…
6
votes
1 answer

Is it possible to automate the execution of a Python script using Microsoft Flow?

I want to execute a snippet of python code based on some trigger using Microsoft-Flow. Is there a way to do this? Basically I am exploring on Powerapps and Microsoft-Flow. I have data in powerapp, I can do basic operations there. But, I want to…
vishnu priya
  • 117
  • 1
  • 2
  • 9
6
votes
2 answers

Make multiple webhook trigger configurations in Microsoft Flow Custom Connector

I am creating a custom connector and would like to make 3 Webhook Triggers with different event payloads. But the verb and path are same for all of them. POST ->> "v1/Webhook" So I am getting the error which says path and verb combination should be…
hybrid
  • 1,255
  • 2
  • 17
  • 42
5
votes
1 answer

Microsoft Power Automate Wrong OAuth Token

I created a Custom Connector with Microsoft Automate. I need the Connector to get a OAuth Token v2 but get a v1 Token. When I use the same configuration in Postman I get a v2 Token. The application manifes has the entry "accessTokenAcceptedVersion":…
1
2 3
99 100