cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
JonL
Power Participant
Power Participant

How do you use Microsoft Power Automate in your work?

Hey Power Automate Community!

We are wondering, Do you use Power Automate at work? In production? 

If so, tell us a bit about it! Tell us how you use the flows, what they help achieve, and if they help make life easier!

 

Thanks!

 

- Jon

131 REPLIES 131

I coach dozens of college student-athletes and I use Flow to automate several Yammer messages that are triggered by events like lightening in the area or high temperature "black flag" weather conditions to cancel practices or move to indoor locations. I use the Flow buttons to also send pre-scripted Yammer messages (one-to-many) to all the students as routine class updates. Yammer - yes! Email - no!
benzed
New Member

I've beeing using it to solve business automation requests from department managers. Some examples are:

- File migration from SP to OneDrive

- Ticket assiging in SharePoint

- Resolved ticket notifications in SharePoint

- Ticket / File archiving in SharePoint

 

I've also used it in conjuction with PowerApps to retrieve PDF files from SharePoint libraries using the HTTP request blocks. Perhaps one of the coolest things I've done with it though is a weekly ticket report I created for the executives at my company. This lists how many tickets are open, resolved, and closed in the past week.

barret
Most Valuable Professional
Most Valuable Professional

A couple of ways that we're currently using Flow at work:

 

First, we are using it to process and output results from Microsoft Forms entries. In one, we're outputting the results of the form into a shared Excel doc. In another form, we're using the results to populate a Word template and then emailing the completed form to the user.


I'm also looking at ways to integrate Flow into our Dynamics work, since that's the team I head up. A couple of experiments include populating leads from our Contact Us form. Another idea is to use Flow to watch Twitter for possible client leads, people complaining about their ERP system and so forth.

 

I've blogged about several of these on my personal site. I'm really excited about the potential things I can do with Flow and getting it integrated into everything I can.

 

-Barret

Anonymous
Not applicable

I am looking to create a flow now to send out reminder emails for people that have not entered expenses that are tracked in an excel sheet

I'm interested in this as well! From my limited understanding, though, I believe you'd have to convert your Excel sheet into a SharePoint list...

@Anonymous  and @jlawrence 

 

I have a few of those. The trigger for mine is just a "Recurrence" so it says every day (M-F) at 8 AM go look at this spread sheet or SPList (either will work) and see if there are any items listed that have a certain criteria missing or a certain status and if so send the Salesman listed or whatever column you have for the person an email reminding them to do this.

 

I do feel it would work BETTER if you had it in a SharePoint list but you could still do it in excel if you just really needed it there. Especially for something like this because with a SharePoint list you can have a people field that will show the name but also have available their email address. If you do it in excel you will either need a column for name and a column for email or have in the flow where it looks for the email address based on the name. I don't like the Excel options for this personally because if there is a typo or something then it won't pull through the correct data. 

 

Be sure to think through if a single person may have multiple. If they will have multiple on the list do you want it sending out an email for each item (each row) or do you just want a count. You can do it either way but it will be slightly different so think that through first. 

 

Go start a new thread for this and I'm sure you will tons of good input. Tag me if you don't and I will post more detail on there. 

When I started with Flow, I handled the purchasing on one of our accounts. Back then, the process was to have to add a PO to each invoice and send to our AP department for processing, one invoice per email. So I decided to cut some corners and for each invoice I added a PO to, I saved in a folder and it was automatically sent to the department for processing. Eventually we used Flow on the account for time off, purchase order, vendor setup, onboarding and termination. Now we are using it at the corporate level for multi level approvals by threshold amounts for work orders. 

hjaf
Kudo Commander
Kudo Commander

I use and develop flows daily!

 

Examples:


Orders

Improving communication, e.g. delivering orders between departments

  • Old way:
    The requestor sends information from his sheet over the phone/email and the recipient inputs the same information into his sheet.
  • Flow way:
    Upon the requestors sheet fulfills the criteria for a specific order to be placed flow updates or adds the order recipients sheet, making this kind of communication redundant.

 

Making use of Planner
Planner is a great and intuitive tool, but few people have the time to even look at it (possibly because they spend a lot of time organizing their tasks with sticky-notes). I use Flow to create and assigns a task when certain conditions in a sharepoint group(Document library, document or List) are met. The assigned users then get notifications from planner instead of an email for them to write down on a sticky note.


Enforcing consistent file-structure / templates
Use Flow to creates and maintain file-structure, copies templates and resources with conistent naming conventions in sharepoint or common areas. 

 

App / PowerApps Development

Flows usually triggers upon modifications in SP-lists and Excel documents, then updates list items and rows in excel tables. Its a bit tricky, and it requires a lot of careful coalesce usage to avoid data being overwritten where input is allowed in both PowerApp and Excel. 

  1. Establish a data-flow for input like this:
    Powerapps -> SharePoint Lists <- Flow -> Excel-sheets 
  2. Then eventually achieve a data-flow like this: 
    (Input)Powerapps/Application -> SharePoint /CDM/ SQL -> PowerBI / Excel (output/analysis)

 

We have a large amount of excel sheets that functions both as user data input and output / analysis, some of the sheets have been developed for maybe 2 decades, if not longer. It's not easy for people that have been working with excel for so long to transition into something completely different, so I have to create a middle-ground. I believe that it not possible to improve something that is not fully understood, and I often imagine every person who works in excel have their own mental application where the sheet is the database; there is no way for me to understand it all at once. Finding a common ground for all users and their tasks is a challenge, but in my opinion the best way to improve something. Flow allows me to introduce and adjust alternative methods in parallel, that way it is their choice if they want to use the new methods I create instead. And as a bonus, this works as a kind of quality assurance for the new methods. 

DanHansen
Frequent Visitor

Hello,

 

I built a workspace that is to be used as a document repository for Work Instructions for the operational teams in the organisation I am in. I learned using Flows by trial-and-error and built an approval flow that will notify a team manager in one of the processes, with an email, that a Work Instruction has been sent for review. Then the manager can approve/reject it and leave a comment if required. 

 

Fingers crossed that there will be an option to make an annual review reminder, at some point.

 

Best regards,

Dan

Hey Dan, sounds like a great solution!

On the 'annual review' aspect, if you can add a column for 'annual review' date, you could set a daily/weekly flow to check all the dates and action if the annual review is imminent. Let me know if you want some more details.
Hth,
Eddie

Hi Eddie,

 

Well my challenge is that, I would like to have this work based on the last modified date of an item. Ideally to add 6 or 12 months on top of that date, and then send a reminder. This would keep it more dynamic, but it is currently beyond my abilities.

 

Best regards,

Dan

365-Assist
Multi Super User
Multi Super User

I have set up a recurring flow to read the SQL Server Database Log File. When the Flow finds an error record logged it sends the System Administrator a High Priority email warning that shows what error occurred.

I am very hesitant to put any trust in Flow. it fails, it is hard to debug, it is unreliable.

I need this to run once a month when I get the email because after that, it is gone forever.

If I get Lucky, Flow will work but this is a gamble. I need to find something more dependable.

If it was just for a trivial thing OK but for mssion critical things I guess thie si not the right tool.

Gto me Flow is a cool toy, not a production ready tool.

There a re many instances of issues, here is an example.



{
"error": {
"code": 500,
"message": "Request to the backend service timed out",
"source": "flow-apim-msmanaged-na-centralus-01.azure-apim.net",
"path": "choose[3]\\when[1]\\choose\\when[1]\\choose\\when[1]\\send-request",
"clientRequestId": "fbd5a8e1-6644-496a-bc7e-dffcc82642d3"
}
}
bgsca
Advocate I
Advocate I

I'm just a newby, just created my first 3 flows...

- an enquete (in Forms), I get the e-mail adressen from Excel, keep track for who responded en send an reminder after 2 weeks. The results are stored in an Excel-file. If I find the time I want to use this file in PowerBI to make management rapports and push them to other people (using PowerApps??)

-2 flows with information mails to 2 different groups, also using Excel, Forms.

 

 

barret
Most Valuable Professional
Most Valuable Professional

Strange that you see such issues. I have been using Flow for numerous production uses for months now and have yet to see a single failure I could attribute to the Flow infrastructure. I do agree, however, that when a flow does fail, it can sometimes be somewhat difficult to debug the problem. But 99% of the time, when I struggle to find the reason for a failure, it's because the remote system that Flow connects to didn't provide any error details beyond a generic failure message. But that's hardly something I would blame on Flow, but rather on the remote API providers.

 

Best of luck to you!

Where would you want me to start.

 

We have a number of Flows working within our Education Tennat from creating Contracts from Word Templates, extracting Data from Excel and publising to CDS then refreshing Power BI as well as generating dynamic piping variables for MS Forms Pro Surveys that are tied back to Competence Managment Records in Dynamics 365.

I use Flow as a connective tissue to collate information across heterogeneous systems. 

 

Fetch sale data from Salesforce

 

Save a shadow copy on Azure SQL / Cosmos DB

 

Cosmos DB / Azure SQL DB as the main databases for custom low-code automation using PowerApps interfaces

 

Prefilling SharePoint documents/columns with data from SQL

 

Complex automation as a part of a larger solution to auto-reply to client emails on a ticketing system which automatically creates DB ticket rows and saves attachments to disk on a folder specific to the client and ticket ID. 

 

Track sent emails that match same tickets to complete information control on client requests. 

 

jerryb78
Regular Visitor

Hi everyone. I work within my company's IT infrastructure organization. I currently use Flow for two main purposes:

 

1. We receive service requests from many different individuals across the company for things like server builds, capacity increases, server decoms, etc. I built a service request form in Forms, access those variables in Flow, and then create / tag / link all of the tasks associated with each specific type of request in a project in  Azure Devops. (plus sending out email notifications about the new request)

 

2. We've previously written some extensive on-prem automations in System Center Orchestrator for building/configuring servers, scheduling snapshots, and decommissioning servers. I'm now using the same combination of Forms/Flow mentioned above to give end-users the ability to trigger some of those functions themselves. Flow takes the inputs of the request and feeds them through to the gateway we've installed on our Orchestrator server where it can be picked up and run by Orchestrator. It has proven to be a great hybrid solution.

2makeitwork
Frequent Visitor

Completed my first Flow (Power Automate) and must say, its easier than I thought conceptually. I do agree with other posts than when something breaks, its tricky to troubleshoot. I had to use the "test" function to see where the issue was.

 

I used flow to automate a serial approval workflow for any new requests for R&D.  The request originates in an app I built in Power Apps, which feeds into a Sharepoint list that I also created. By default the status is pending. Once the request is submitted an automatic email to Accept or Reject is sent via Outlook. Depending on the outcome, Flow determines whether to proceed with getting the second approval. At all decision juncture, SharePoint list is updated with the latest decisions. Seems to work well. One annoyance is that once a decision is made in Outlook, it launches a website that confirms that the decision is "registered". Anyway to get rid of this? Feels like a pop up ad.

gazzo1967
Impactful Individual
Impactful Individual

i use flow to make up for the limitations in Powerapps referencing profile fields.

The Azure AD profiles should allow the use of mapped custom fields and allow them to be refernced in Powerapps to fill in user data automatically.

Helpful resources

Announcements

Community will be READ ONLY July 16th, 5p PDT -July 22nd

Dear Community Members,   We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd.   During this period, members will not be able to Kudo, Comment, or Reply to any posts.   On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities.   What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!

Summer of Solutions | Week 4 Results | Winners will be posted on July 24th

We are excited to announce the Summer of Solutions Challenge!    This challenge is kicking off on Monday, June 17th and will run for (4) weeks.  The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions to as many questions as you can. Answers can be provided in all the communities.    Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”)   - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024   Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods.  You must enter into each weekly Entry Period separately.   How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different.    Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers.  At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing.  Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner.  A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random.  Individuals will be contacted before the announcement with the opportunity to claim or deny the prize.  Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners.   Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event.   ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE**   Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Community MembersNumber SolutionsSuper UsersNumber Solutions Deenuji 9 @NathanAlvares24  17 @Anil_g  7 @ManishSolanki  13 @eetuRobo  5 @David_MA  10 @VishnuReddy1997  5 @SpongYe  9JhonatanOB19932 (tie) @Nived_Nambiar  8 @maltie  2 (tie)   @PA-Noob  2 (tie)   @LukeMcG  2 (tie)   @tgut03  2 (tie)       Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 2: Community MembersSolutionsSuper UsersSolutionsPower Automate  @Deenuji  12@ManishSolanki 19 @Anil_g  10 @NathanAlvares24  17 @VishnuReddy1997  6 @Expiscornovus  10 @Tjan  5 @Nived_Nambiar  10 @eetuRobo  3 @SudeepGhatakNZ 8     Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 3:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji32ManishSolanki55VishnuReddy199724NathanAlvares2444Anil_g22SudeepGhatakNZ40eetuRobo18Nived_Nambiar28Tjan8David_MA22   Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 4:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji11FLMike31Sayan11ManishSolanki16VishnuReddy199710creativeopinion14Akshansh-Sharma3SudeepGhatakNZ7claudiovc2CFernandes5 misc2Nived_Nambiar5 Usernametwice232rzaneti5 eetuRobo2   Anil_g2   SharonS2  

Check Out | 2024 Release Wave 2 Plans for Microsoft Dynamics 365 and Microsoft Power Platform

On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners.    The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights.    Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.    

Updates to Transitions in the Power Platform Communities

We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for.  We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer.   Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together.   Here's to new beginnings and endless possibilities!   If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport.   To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages

Users online (1,027)