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

Adaptive card image not rendering on Microsoft Teams using MS Flow

I am trying to post an adaptive card on channel of MS Teams using MS Flow, it is loading fine but only the issue is that this adaptive card also contains image which is not rendering on Teams. It works fine in Adaptive Card designer. Working on…
2
votes
1 answer

How can I see if a value exists in a table using the SQL Connector?

I'm using a SQL Connector in Power Automate / Logic Apps / Flow. How can I see if a value exists in a table without using SPs, aka directly against the table? I tried using GetRowsV2 action. When the value exists, I get the nice body() block…
Joe Healy
  • 5,769
  • 3
  • 38
  • 56
2
votes
2 answers

Logic apps Condition 'Array contains string' evaluates to false when true is expected

I'm having an issue with conditions checking if an array contains a certain value. I added a debug object to see the values when running. The following is my logic app designer view: When running, the condition always evaluates to false. This is…
2
votes
0 answers

Flow error, A record with these key values already exists

I created a Flow where if a record is created in Common Data Service it will delay for 10 seconds an email containing the information from the record just entered. I had everything working up until I decided to make the email format a little better…
B McNabb
  • 33
  • 6
2
votes
2 answers

Copy files from Azure blob to Sharepoint folder using Microsoft Flow

I want to copy files from Azure blob storage to SharePoint Folder using Microsoft Flow. I have tried several times and the flow always fail when its running. I have attached the flow that I'm currently trying to execute: Can someone help me with…
Mishi
  • 55
  • 1
  • 2
  • 12
2
votes
2 answers

DirectApiAuthorizationRequired with Microsoft Flow calling Microsoft Flow

I'm attempting to incorporate subroutines in Microsoft Flow, which seems to be done by creating a flow called via HTTP by another Flow per posts online. Creating a simple flow that I can call from Postman works great. The problem occurs when I call…
coopermj
  • 531
  • 4
  • 16
2
votes
0 answers

How Convert all Microsoft Flow Questions to a Table Automatically?

I am trying to do something that I thought to be simple but I can't figure it out. I just to to GRAB all the question from a Microsoft Form and send the results by email. But I want to make in a way that if we create a new question in the future the…
Ignacio Correia
  • 3,611
  • 8
  • 39
  • 68
2
votes
1 answer

Way to get data from HTML form to Microsoft Flow without a page refresh and no php

I am trying to create an HTML form that tallies who is at a sports game, and then pass that data to Microsoft Flow. I have the html form behind a JavaScripted Geofence. I want to be able to take that form data, and without a page refresh, compile it…
Liightninggod
  • 65
  • 2
  • 7
2
votes
1 answer

How to trigger a flow when a document is pasted in a synced sharepoint folder?

I want to trigger a flow whenever a file is added to a Sharepoint folder. When using the "When a file is created in a folder" trigger, the flow is triggered if I upload a new file from the Sharepoint Web UI or if I save a new file into the synced…
mdebbiche
  • 43
  • 7
2
votes
2 answers

How to send a message on Microsoft teams with new line character while importing the message from an Excel sheet

I have a table in Microsoft Excel which generates a piece of string in A15 cell (Last blue cell in Col A), this piece of string contains a new line character which was created using char(10). Now I have created a Microsoft Flow automation which…
Prashant Kumar
  • 501
  • 8
  • 26
2
votes
1 answer

Microsoft Flow Custom Connector webhook trigger definition and implementation : 404 not found after flow creation

I'm trying to create a custom connector for my API in Microsoft Flow so users can trigger flows based on a webhook implementation. The authentication part seems to be working properly (I'm able to create connections). After creating a flow using my…
baywet
  • 4,377
  • 4
  • 20
  • 49
2
votes
0 answers

How can I upload a file from Outlook to Azure DevOps WorkItem using REST API and Microsoft Flow?

I've created a Microsoft Flow, to triggered an event when Outlook email arrived, to create a new "User Story" WorkItem in Azure DevOps, attaching the files from Outlook to the Attachments tab. Microsoft Flow "When a new email arrives" with the…
2
votes
1 answer

Integration business central and sharepoint

I would like to add a checkbox or button in Business Central (Cloud), which makes it possible to automatically create a SharePoint Online Site. I was thinking about using Azure functions or flow/logic apps, but I don't know if it's possible to…
2
votes
1 answer

Can Azure trigger an on-premises script to run on a schedule?

We have a lot of jobs that have to run on our local computers, but we want to be able to run and manage those jobs from the cloud. These are not computer-admin type jobs. They are more about business-related tasks. We have thought seriously about…
2
votes
1 answer

Trigger API Call for incoming emails

I need to set up a workflow that triggers an API call to an external URL when an email is received on my Outlook 365 inbox. This API call will contain data parsed from the sender email/content. Which connector should be used to do this?
Roatha Chann
  • 435
  • 6
  • 21