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
Anonymous
Not applicable

Hello,

 

I was pushing introduction of MS Planner (shared task list for my department and sales department), but my boss said, that it's not acceptable that there is another tool we would have to fill. The only way to make this work is to automate populating tasks in MS Planner using e-mails generated by our CRM. So I am trying to use Flow to automate the task population for now. In the future I am looking at using approvals for user feedback to planner (accept/reject task), automated task summaries, etc.

 

As I am not a "Power User" yet, I hope this community can help me make my workplace better.

 

Thanks!

Matt

buildbod
Advocate III
Advocate III

As it happens I've recently blogged about one way we use Flow at work. We use it to apply automatic document numbering in SharePoint to compliment the native SharePoint Document ID service.

 

Automatic document numbering using Microsoft Flow

 

We use Flow a lot behind the scenes powering PowerApps. For example we have an Expenses app which uses Flow to place the attachments in the correct SharePoint location. We have another one that powers an Awards app. In this instance the Flow creates the folder for the awards content to be stored in based on the award category and index values.

douglasromao
Most Valuable Professional
Most Valuable Professional

Hi @JonL,

 

Here we are using Microsoft Flow to automate the management integrating SharePoint, SQL Server, Teams, Social media and other technologies to keep our company on track for all the things that are happening internally.

 

We are trying to start the workflow implementation using Microsoft Flow on our customers here in Brazil, creating automated routines for them, approvals, SharePoint complex workflow, integration between different types of systems (financial systems, intranet and so on) and getting feedback for those workflows.

 

Anonymous
Not applicable

Hi @douglasromao,

 

Thank you for sharing, looks great. 

May you please share some more details about how do you utilise Flow and Financial System?

 

We are using NetSuite as an ERP and have some business cases that ideally require SharePoint Online, Flow and NetSuite integrated, like raising a Purchase order once the travel request pre-approved in SharePoint.

 

Regards,

Pavel

NickDewitt
Advocate II
Advocate II

See below!

 | |

VV

NickDewitt
Advocate II
Advocate II

 

Hey Flow Community Manager! 🙂

 

I am just starting to take Flow seriously at work, and after upgrading our Dynamics 365 license to an Enterprise Plan 1, and our Dynamics 365 instance that I have customised quite heavily to automate proposal generation (including a fairly meaty c# plugin) to v9, I am hoping to start to get some real use out of it via the new 'run flow' menu.

 

I'll start with the criticism; the licensing is quite confusing to say the least, I have PowerApps for Dynamics 365 plan 2 for 12 users but I have no idea what my limits are, how much I have used or why Flow Plan 2 isn't listed in my licenses even though every other indication says I have it. We need a more comprehensive admin interface, and more debugging capabilities or no one worth their salt is going to put anything that impressive on this platform.

 

So, my first flow was to generate a daily email of new opportunities and opportunities that had changed price since the last email from Dynamics 365. It needed to run on weekdays only, generate a nicely formatted HTML email including a table for each category and hyperlinks to the opportunity in Dynamics in each row. I managed it by just getting compose to output html table rows into an array variable, and joining them together in another compose into a nicely styled HTML table that I could pop in an Office 365 Outlook email quite easily with HTML enabled.

 

My second was to send data to our production systems once a salesperson had closed an opportunity as won. This was a little more difficult, our production systems live on-premises, and our Dynamics 365 instance lives on the cloud. I didn't want to fix this by pulling data from Dynamics 365 via our on-premises systems on some schedule, I wanted the Dynamics user to trigger the push from their system to the production system, because that's how it should work if you want it to scale properly.

 

I had already setup our on-premises data gateway for transferring data from our on premises SQL data warehouse to our Power BI  service, so I was aware that there was a nice OAuth way to cross the barrier between our cloud and our on-premise. When I came to tackle the problem of how to securely send data from Dynamics 365 to our on-premise SQL server, I found the 'Invoke an HTTP request'  action that solved my problem really quite easily.

 

So, I set up a quick Web API on Visual Studio and and was quite easily able to make a call to that Web API (running on my laptop at the mo!) using the 'Invoke an HTTP request' gui in Flow (data gateway calls are built in to the UI), and make a call to the SQL server stored proc that created a new study (using Entity Framework of course).

 

So, I got it to do what I wanted, I found the triggers and connectors very useful, but I didn't find the editing experience very good at all; I had to write html as text in a compose to get things done for my email, and I had to post json to a web server with possibly the most infuriating text editor experience I have used for a long time - why do things not paste at my cursor when i'm pasting html? that is so unbelievably annoying.

 

My suggestions:

 

1. Make a decent 'Compose HTML' action

2. Make a decent 'Compose JSON' action

 

If I can compose HTML as an action with a decent developer level editor (with insertable values from flow actions), then I can make my own table rows easily, collect them into arrays, and join them in another HTML compose to make lovely HTML. This will make for awesome Flow email (or whatever in 2018) display capabilities.

 

If I can show users how to easily fill in the options from my Web API (with swagger), via a form rather than trying to make them replace values in a JSON template then this layer will be a lot more accessible to business level users, then I can concentrate on writing business logic on the Web API layer and let the business users figure out how they want to utilise that logic by writing their own Flows.

 

I hope that doesn't sound too critical, I like Flow, and I can see the potential, but it has some way to go before being user friendly enough to attract a wider audience.

This isnt spam, this is a very well thought out post.

 

Sorry if the spam filter grabbed it on accident.

Thanks @JonL - sorry I might have sounded a bit miffed, I spent quite some time writing it only to have it instantly deleted as spam, thankyou for noticing and reinstating the original.

 

Kind regards

Nick

Anonymous
Not applicable

Nick I cannot thank you enough for your time and effort put imnto th is response. I appreciate you and your hard work and this will take us to the next level!

 

Thank you!

lbaumgartner15
New Member

Currently I am using Flow with PowerApps and Share Point so our shop manager can take photos needed for quality assurance and have them uploaded onto Share Point. This is nice because now he doesn't have to send all his photos to a computer or plug in his phone to then upload them. 

 

This is working but I would like to figure out a way to use flow to take those pictures and a property imported from PowerApps to have them automatically copied into a network folder. I have no problem cutting the middle man out on this one if its even possible. Just want to know if this is even possible, or if anyone has any ideas.  

Pavel,

 

Would you be able to share more about the second point where are describing the 'History details'?  I am not sure how this is put together and what the output would be.  Do you have an example that you could share?  I am looking at a similar scenario with multiple levels of approvals and want to provide the users with a way to see the details.

 

Thanks, Scott

Anonymous
Not applicable

Hi Scott,

 

Sure.

Briefly:

1. Create a separate list for storing history (ID of the document, Text)

2. Build required logic within the approval flow for logging history events like initiated, approved, rejected, published etc.

3. Create a classical web page with a History list web part and a Query String (URL) Filter

4. Add JSON formatted column in the document library that will pass ID of the selected document to the History web-page.

 

In details:

1. Create a separate list for storing history (ID of the document, Text)

 

I set up a custom list with the following column for storing all logged history of the approval process.

LogSetUp.PNG

 

2. Build required logic within the approval flow for logging history events like initiated, approved, rejected, published etc.

 

Within the approval flow, I am creating items in the History (Log) list when required.

 

Title = ID of the document

Text = Approver, decision and comments.

Log approved.PNG

Similar actions for Rejected, Failed and other events.

 

Having 1 and 2, we already built logging part.

Now let us move to the displaying part - how to show it to users on the SharePoint site?

 

3. Create a classical web page with a History list web part and a Query String (URL) Filter

 

I didn't find a way to show this logged history using new-experience interface. 

But this can be done with a classical page and web-parts. 

 

Add Query String (URL) Filter web-part to the classical web-page and set DocID as a query string parameter.

 

Query.PNG

 

Add History (Log) list web-part to the same page and set a connection to the Query String web-part.

 

Connection.PNG

Connection2.PNG

 

Now, if you will pass a query string parameter with the DocID value to the web page you will see the filtered log for the particular document. 

History Page.PNG

 

4. Add JSON formatted column in the document library that will pass ID of the selected document to the History web-page.

 

The last step is to add a JSON formatted column to the document library with the link, that will redirect to the history web-page.

 JSON.PNG

 

 

JSON listing: 

{
  "elmType": "a",
  "txtContent": {
    "operator": "?",
    "operands": [
      {
        "operator": "==",
        "operands": [
          {
            "operator": "toString()",
            "operands": [
              "[$ContentType]"
            ]
          },
          "Folder"
        ]
      },
      "",
      "History details"
    ]
  },
  "attributes": {
    "target": "_blank",
    "href": {
      "operator": "+",
      "operands": [
        "/yourSite/SitePages/ReviewingHistory.aspx?",
        "DocID=",
        {
          "operator": "toString()",
          "operands": [
            "[$DocID]"
          ]
        }
      ]
    }
  }
}

Hope it makes sense. 

 

Cheers, Pavel

seraph787
Advocate III
Advocate III

I'm using Flow to have a button in my PowerApp that:

1. Gets three attachments (1 pdf from Onedrive for Business, 1 pdf from a SharePoint list item, and an MS Word template file from Onedrive for Business).

2. Gets data from the SharePoint list item and prefills the form fillable fields from the PDF that step 1 gets from Onedrive for Business.

3. Generates an email template addressed to the recipient which includes all three attachments.

 

I'm also using Flow to update a SharePoint list with data that our HR provides in the form of a new Excel spreadsheet each week.

 

Previously, I was also using it to track specific emails, but I found that it ate away at my Flow executions per month  way too fast so I ran out in about 1-2 weeks.

 

Would you be able to elaborate on "I'm also using Flow to update a SharePoint list with data that our HR provides in the form of a new Excel spreadsheet each week"? 

Hi @jlawrence,

 

Our HR generates a list of staffing changes/additions/removals in our organization every week.  It includes changes that have been finalized into their systems and they share these changes with us on a weekly basis by uploading a spreadsheet export from their systems into a SharePoint.

 

I've set up a flow that triggers "When a file is created in a folder".  If the filename matches what I'm looking for, it will run the excel Get Rows action and apply it to each list item in my SharePoint list.

 

This allows me to work with the latest info in my PowerApps and PowerBI.

rebeccas
Community Champion
Community Champion

We use Flow for a lot but most recently I built a Flow that is triggered by an item being added to SharePoint List (our case is a job number being generated via PowerApps) which thens creates a job folder, creates a channel named the job number in teams under the Production Team and also it puts it on the shared Outlook Calendar with the Estimated Completion Date. 

 

There is a separate flow that moves it on the Outlook Calendar when the date is changed on the SharePoint List (again, via PowerApps).

 

Lot's of useful stuff!!

Anonymous
Not applicable

We are using Flow for binding office 365 services:

Yammer or Mail for publish news in diferent groups about changes in systems

Sharepoint on items change

Powerapps for multi iterations operations

3th party systems for integration job

Azure MS SQL for populate shared copy of sharepoint data to overcome search deligation limits

For starting Azure functions.

And sure for reminders and jobs 🙂

Office365 + Azure + Visual Studio + On-Premise + ASP - we can do everything!

Anonymous
Not applicable

Bit of a summary,

 

  • daily flow that pulls data out of dynamics (Cases, Contact Type, Case History) and compiles a "flashcard" of what's going in in the world of Customer Relations for senior management
  • a few more daily flows that mash data from different systems and compile it in a report (our users don't have PowerBI licenses, and many just love a daily report)
  • a flow that every Wednesday compiles a PowerPoint that multiple people contributed to into a PDF and shares it with Leadership Team
  • a flows that kick of multi step approval (eg line manager and then VP level) from PowerApps
  • my personal favourite, a button workflow for mobile that when I click it informs my team & my manager that I'm off sick, cancels all my appointments for the day & blocks my diary
  • fairly few save Microsoft Forms to SharePoint with custom email or approval
  • one of the main use cases for us is also calculating and setting expiry dates with multi-step notifications
SanAndresMan1
Advocate III
Advocate III

Jon,

 

We currently use flow to conduct the approval of our development team timesheets - entered in PowerApps. Flow is used to provide the routing and approval capabilities, along with reason for rejection. 

 

Thanks,

 

MG.-

Mariano Gomez, MVP

JHeredia
Advocate I
Advocate I

One of my favorite uses of Flow is automatically responding to emails...I have this one client who has an employee who sends bulk work order numbers and reminders of them multiple times each month.  She has to have a response back saying "Thanks" to make sure we received it, even though we've received them every time she's sent them for over 2 years, and it's 2019 and people get their emails.  So I made a flow that automatically responds to any email from her with keywords in the subject line with a simple "Thanks".  She's happy and I don't have to worry about it. 🙂

The other more mainstream use of it for us is we have a shared mailbox where we send any project requests that are received, among other things.  We use a Flow to take the info from any email received by that shared mailbox with a keyword in the subject and create a new page in a shared OneNote notebook as well as a new item in our Project Sharepoint List.

Our plan is to do something similar for a new machine repair and supply portion of our business we've just expanded into, but upgrade to using the CDS.

 

It's been great for us!

 
 
 

Helpful resources

Announcements

Community Roundup: A Look Back at Our Last 10 Tuesday Tips

As we continue to grow and learn together, it's important to reflect on the valuable insights we've shared. For today's #TuesdayTip, we're excited to take a moment to look back at the last 10 tips we've shared in case you missed any or want to revisit them. Thanks for your incredible support for this series--we're so glad it was able to help so many of you navigate your community experience!   Getting Started in the Community An overview of everything you need to know about navigating the community on one page!  Community Links: ○ Power Apps ○ Power Automate  ○ Power Pages  ○ Copilot Studio    Community Ranks and YOU Have you ever wondered how your fellow community members ascend the ranks within our community? We explain everything about ranks and how to achieve points so you can climb up in the rankings! Community Links: ○ Power Apps ○ Power Automate  ○ Power Pages  ○ Copilot Studio    Powering Up Your Community Profile Your Community User Profile is how the Community knows you--so it's essential that it works the way you need it to! From changing your username to updating contact information, this Knowledge Base Article is your best resource for powering up your profile. Community Links: ○ Power Apps ○ Power Automate  ○ Power Pages  ○ Copilot Studio    Community Blogs--A Great Place to Start There's so much you'll discover in the Community Blogs, and we hope you'll check them out today!  Community Links: ○ Power Apps ○ Power Automate  ○ Power Pages  ○ Copilot Studio    Unlocking Community Achievements and Earning Badges Across the Communities, you'll see badges on users profile that recognize and reward their engagement and contributions. Check out some details on Community badges--and find out more in the detailed link at the end of the article! Community Links: ○ Power Apps  ○ Power Automate  ○ Power Pages  ○ Copilot Studio    Blogging in the Community Interested in blogging? Everything you need to know on writing blogs in our four communities! Get started blogging across the Power Platform communities today! Community Links: ○ Power Apps  ○ Power Automate  ○ Power Pages  ○ Copilot Studio   Subscriptions & Notifications We don't want you to miss a thing in the community! Read all about how to subscribe to sections of our forums and how to setup your notifications! Community Links: ○ Power Apps  ○ Power Automate  ○ Power Pages  ○ Copilot Studio   Getting Started with Private Messages & Macros Do you want to enhance your communication in the Community and streamline your interactions? One of the best ways to do this is to ensure you are using Private Messaging--and the ever-handy macros that are available to you as a Community member! Community Links: ○ Power Apps  ○ Power Automate  ○ Power Pages  ○ Copilot Studio   Community User Groups Learn everything about being part of, starting, or leading a User Group in the Power Platform Community. Community Links: ○ Power Apps  ○ Power Automate  ○ Power Pages  ○ Copilot Studio   Update Your Community Profile Today! Keep your community profile up to date which is essential for staying connected and engaged with the community. Community Links: ○ Power Apps  ○ Power Automate  ○ Power Pages  ○ Copilot Studio   Thank you for being an integral part of our journey.   Here's to many more Tuesday Tips as we pave the way for a brighter, more connected future! As always, watch the News & Announcements for the next set of tips, coming soon!    

Calling all User Group Leaders and Super Users! Mark Your Calendars for the next Community Ambassador Call on May 9th!

This month's Community Ambassador call is on May 9th at 9a & 3p PDT. Please keep an eye out in your private messages and Teams channels for your invitation. There are lots of exciting updates coming to the Community, and we have some exclusive opportunities to share with you! As always, we'll also review regular updates for User Groups, Super Users, and share general information about what's going on in the Community.     Be sure to register & we hope to see all of you there!

April 2024 Community Newsletter

We're pleased to share the April Community Newsletter, where we highlight the latest news, product releases, upcoming events, and the amazing work of our outstanding Community members.   If you're new to the Community, please make sure to follow the latest News & Announcements and check out the Community on LinkedIn as well! It's the best way to stay up-to-date with all the news from across Microsoft Power Platform and beyond.    COMMUNITY HIGHLIGHTS   Check out the most active community members of the last month! These hardworking members are posting regularly, answering questions, kudos, and providing top solutions in their communities. We are so thankful for each of you--keep up the great work! If you hope to see your name here next month, follow these awesome community members to see what they do!   Power AppsPower AutomateCopilot StudioPower PagesWarrenBelzDeenujialexander2523ragavanrajanLaurensMManishSolankiMattJimisonLucas001AmikcapuanodanilostephenrobertOliverRodriguestimlAndrewJManikandanSFubarmmbr1606VishnuReddy1997theMacResolutionsVishalJhaveriVictorIvanidzejsrandhawahagrua33ikExpiscornovusFGuerrero1PowerAddictgulshankhuranaANBExpiscornovusprathyooSpongYeNived_Nambiardeeksha15795apangelesGochixgrantjenkinsvasu24Mfon   LATEST NEWS   Business Applications Launch Event - On Demand In case you missed the Business Applications Launch Event, you can now catch up on all the announcements and watch the entire event on-demand inside Charles Lamanna's latest cloud blog.   This is your one stop shop for all the latest Copilot features across Power Platform and #Dynamics365, including first-hand looks at how companies such as Lenovo, Sonepar, Ford Motor Company, Omnicom and more are using these new capabilities in transformative ways. Click the image below to watch today!   Power Platform Community Conference 2024 is here! It's time to look forward to the next installment of the Power Platform Community Conference, which takes place this year on 18-20th September 2024 at the MGM Grand in Las Vegas!   Come and be inspired by Microsoft senior thought leaders and the engineers behind the #PowerPlatform, with Charles Lamanna, Sangya Singh, Ryan Cunningham, Kim Manis, Nirav Shah, Omar Aftab and Leon Welicki already confirmed to speak. You'll also be able to learn from industry experts and Microsoft MVPs who are dedicated to bridging the gap between humanity and technology. These include the likes of Lisa Crosbie, Victor Dantas, Kristine Kolodziejski, David Yack, Daniel Christian, Miguel Félix, and Mats Necker, with many more to be announced over the coming weeks.   Click here to watch our brand-new sizzle reel for #PPCC24 or click the image below to find out more about registration. See you in Vegas!       Power Up Program Announces New Video-Based Learning Hear from Principal Program Manager, Dimpi Gandhi, to discover the latest enhancements to the Microsoft #PowerUpProgram. These include a new accelerated video-based curriculum crafted with the expertise of Microsoft MVPs, Rory Neary and Charlie Phipps-Bennett. If you’d like to hear what’s coming next, click the image below to find out more!   UPCOMING EVENTS Microsoft Build - Seattle and Online - 21-23rd May 2024 Taking place on 21-23rd May 2024 both online and in Seattle, this is the perfect event to learn more about low code development, creating copilots, cloud platforms, and so much more to help you unleash the power of AI.   There's a serious wealth of talent speaking across the three days, including the likes of Satya Nadella, Amanda K. Silver, Scott Guthrie, Sarah Bird, Charles Lamanna, Miti J., Kevin Scott, Asha Sharma, Rajesh Jha, Arun Ulag, Clay Wesener, and many more.   And don't worry if you can't make it to Seattle, the event will be online and totally free to join. Click the image below to register for #MSBuild today!   European Collab Summit - Germany - 14-16th May 2024 The clock is counting down to the amazing European Collaboration Summit, which takes place in Germany May 14-16, 2024. #CollabSummit2024 is designed to provide cutting-edge insights and best practices into Power Platform, Microsoft 365, Teams, Viva, and so much more. There's a whole host of experts speakers across the three-day event, including the likes of Vesa Juvonen, Laurie Pottmeyer, Dan Holme, Mark Kashman, Dona Sarkar, Gavin Barron, Emily Mancini, Martina Grom, Ahmad Najjar, Liz Sundet, Nikki Chapple, Sara Fennah, Seb Matthews, Tobias Martin, Zoe Wilson, Fabian Williams, and many more.   Click the image below to find out more about #ECS2024 and register today!     Microsoft 365 & Power Platform Conference - Seattle - 3-7th June If you're looking to turbo boost your Power Platform skills this year, why not take a look at everything TechCon365 has to offer at the Seattle Convention Center on June 3-7, 2024.   This amazing 3-day conference (with 2 optional days of workshops) offers over 130 sessions across multiple tracks, alongside 25 workshops presented by Power Platform, Microsoft 365, Microsoft Teams, Viva, Azure, Copilot and AI experts. There's a great array of speakers, including the likes of Nirav Shah, Naomi Moneypenny, Jason Himmelstein, Heather Cook, Karuana Gatimu, Mark Kashman, Michelle Gilbert, Taiki Y., Kristi K., Nate Chamberlain, Julie Koesmarno, Daniel Glenn, Sarah Haase, Marc Windle, Amit Vasu, Joanne C Klein, Agnes Molnar, and many more.   Click the image below for more #Techcon365 intel and register today!     For more events, click the image below to visit the Microsoft Community Days website.      

Tuesday Tip | Update Your Community Profile Today!

It's time for another TUESDAY TIPS, your weekly connection with the most insightful tips and tricks that empower both newcomers and veterans in the Power Platform Community! Every Tuesday, we bring you a curated selection of the finest advice, distilled from the resources and tools in the Community. Whether you’re a seasoned member or just getting started, Tuesday Tips are the perfect compass guiding you across the dynamic landscape of the Power Platform Community.   We're excited to announce that updating your community profile has never been easier! Keeping your profile up to date is essential for staying connected and engaged with the community.   Check out the following Support Articles with these topics: Accessing Your Community ProfileRetrieving Your Profile URLUpdating Your Community Profile Time ZoneChanging Your Community Profile Picture (Avatar)Setting Your Date Display Preferences Click on your community link for more information: Power Apps, Power Automate, Power Pages, Copilot Studio   Thank you for being an active part of our community. Your contributions make a difference! Best Regards, The Community Management Team

Hear what's next for the Power Up Program

Hear from Principal Program Manager, Dimpi Gandhi, to discover the latest enhancements to the Microsoft #PowerUpProgram, including a new accelerated video-based curriculum crafted with the expertise of Microsoft MVPs, Rory Neary and Charlie Phipps-Bennett. If you’d like to hear what’s coming next, click the link below to sign up today! https://aka.ms/PowerUp  

Super User of the Month | Ahmed Salih

We're thrilled to announce that Ahmed Salih is our Super User of the Month for April 2024. Ahmed has been one of our most active Super Users this year--in fact, he kicked off the year in our Community with this great video reminder of why being a Super User has been so important to him!   Ahmed is the Senior Power Platform Architect at Saint Jude's Children's Research Hospital in Memphis. He's been a Super User for two seasons and is also a Microsoft MVP! He's celebrating his 3rd year being active in the Community--and he's received more than 500 kudos while authoring nearly 300 solutions. Ahmed's contributions to the Super User in Training program has been invaluable, with his most recent session with SUIT highlighting an incredible amount of best practices and tips that have helped him achieve his success.   Ahmed's infectious enthusiasm and boundless energy are a key reason why so many Community members appreciate how he brings his personality--and expertise--to every interaction. With all the solutions he provides, his willingness to help the Community learn more about Power Platform, and his sheer joy in life, we are pleased to celebrate Ahmed and all his contributions! You can find him in the Community and on LinkedIn. Congratulations, Ahmed--thank you for being a SUPER user!

Users online (5,356)