Questions tagged [microsoft-flow]

9 questions
5
votes
1 answer

@Mentioning a Microsoft Teams bot from a Flow - Microsoft Power Automate

I am working on building a flow that involves sending a message on a channel over Teams from the Flow bot. I know I can mention a user by having the body of the message include emailAddress, but how can I do this for bots?
Bob
  • 51
3
votes
0 answers

Why does PowerAutomate now require me to have my document open?

I use PowerAutomate (Cloud, not Desktop) to read an email in Outlook.com and write a value to an Excel spreadsheet in OneDrive. This setup worked fine for months, but in mid-December, it started failing. Through troubleshooting, I found that it will…
2
votes
1 answer

How to autopopulate Sharepoint list with Power Automate?

Im trying to autopopulate a Sharepoint list with names of the employeey with Power automate. The names of employees I want to retrieve from Office 365 Users. I already created a flow for this but it doesnt update my list with names:
1
vote
0 answers

How to Add Categories to Emails in All Folders Using Power Automate?

I'm building a Power Automate flow that should trigger when a new email arrives in any folder (not just the inbox). I want the flow to automatically add a category (like "BOARD") to the email once it arrives. My question is, how can I build a Power…
1
vote
1 answer

Recover deleted Power Automation aka Microsoft Flow

Is there a way to recover deleted Power Automation Flows? I know that there is a PowerShell to recover PowerApps. I tried changing the syntax of the Get-Verb to flow instead of PowerApp, but no luck Get-AdminRecoverDeletedPowerApp -AppName [Guid]…
1
vote
0 answers

Micosoft Flow - process that is valid and working, sometimes get stuck for hours

Description: While running my Flows, a process that is valid and working, sometimes get stuck for hours at a running status for no reason. After a few hours, it either suddenly finishes or i have to go into that task executions and cancel…
nir
  • 11
0
votes
0 answers

Creating an Excel script to delete rows

I'm using the new scripting functionality (not VBA) in Excel Online to use with Power Automate. I am trying to create a script that deletes rows after a given point. Initially, it worked, but then I keep getting errors. I have used the functions…
0
votes
2 answers

Conditional formatting in Excel not working on cell content added dynamically by Microsoft Flow

I have set up a Flow to add content to a table in an Excel spreadsheet once a user makes a form submission. I have applied conditional formatting to a column of this table (change fill colour according to cell content), however it is not working…
0
votes
1 answer

Refresh Power Query For Excel File in OneDrive

I have a Microsoft Form that saves to an Excel file in my OneDrive. I use Power Queries to manipulate the data. This works fine for when I need open the excel file on my computer and I can then refresh the queries, but when I open in excel online I…