Αναζήτηση Power Automate
Αναζήτηση
Microsoft Flow audit events now available in Office 365 Security & Compliance Center
ΙστολόγιοToday we are announcing that that Microsoft Flow events are discoverable within the Office 365 Security & Compliance Center for all Office 365 tenants in production. This means administrators can now understand how Microsoft Flow is being used within their organization. For example, which users are creating flows? Are flows being shared? What connectors are being used? And more!
Intermediate | Flow of the Week: Get me an digest of today’s inspections in a single email
ΙστολόγιοIn this week’s Flow of the Week, we’ll look at how you can create a flow that sends you a digest of today’s scheduled inspections in a single email.
Beginner | Flow of the Week: Approval Timeout and Escalation
ΙστολόγιοYou are working with Microsoft Flow Approvals and you want to learn a couple of tricks to take them to the next level?! Of course you do! For this Beginner Flow of the Week, come and watch Senior PM – Jon Levesque show you how to create an approval time-out and escalation in under ten minutes!
Intermediate | Flow of the week: Create PDF Invoices Using Word Templates with Microsoft Flow
ΙστολόγιοJohn MacDougall is a Microsoft MVP and freelance consultant and trainer for hire specializing in Excel, Power BI, Flow, PowerApps and SharePoint. You can find more interesting articles from John on his blog or YouTube channel. In this post he is going to show you how you can use the new Word connectors in Flow to easily create some really nice looking PDF invoices.
New licensing options for PowerApps and Microsoft Flow standalone paid plans
ΙστολόγιοWe’ve seen tremendous growth in the usage of PowerApps and Flow over the course of the past year. Just as we’ve been rolling out new features in response to user input, we’re also listening to input about how to license and implement premium capabilities. In response to these needs, we’re pleased to announce two new plans that we will be introducing later this year: a PowerApps per app plan and a Flow per business process plan.
Advanced | Flow of the Week: Triage and Team Assignment with Microsoft Flow
ΙστολόγιοTriage and Team Assignment Flow Whats up Flow Friends! This post is written by George Culler and Brian Osgood from the Azure team.
Intermediate | Flow of the Week: Using Flow to create internal Microsoft solutions
ΙστολόγιοIn this Microsoft Flow of the Week, Senior PM Jon Levesque walks you through building a Flow that is powering the partnership between Microsoft and UpWork. Come check out the story on how this came together, as well as how to build a similar Flow to solve a similar problem you may be facing!
Advanced | Flow of the Week: Send parallel approval requests to a dynamic set of approvers
ΙστολόγιοIn this advanced FOTW post, learn how to create dynamic parallel approval requests using the new concurrency control settings in for each loops and also get a flavor for other Flow capabilities like variables, expressions, and ODATA filter queries.
Intermediate | Flow of the week: Approval reminders using parallel branches
ΙστολόγιοThis post will introduce parallel branches as a way to achieve concurrent Flow logic. It shows how to use parallel branches to send periodic reminders to approvers that stop once the approval is completed.
Microsoft acquires Softomotive to expand low-code robotic process automation capabilities in Microsoft Power Automate
ΙστολόγιοToday, we are announcing the acquisition of Softomotive, a world-leading provider of robotic process automation (RPA) provider with over 15 years of experience and the creator of WinAutomation.
Optimizing custom connectors through enhanced built-in validations
ΙστολόγιοWe are pleased to announce that we are optimizing connectors through enhanced validations. This means that all of the connectors you use, whether it’s one of the almost 300 out-of-box connectors provided by the Power Platform, or one of the custom connectors built within your organization, will see fewer run time errors, and a more consistent, and maintainable, experience.
Introducing the new mobile app for Microsoft Flow
ΙστολόγιοToday, we are pleased to introduce another major piece of our offering: a mobile app now available for download on iOS (soon also on Android). As shows on our short App video, the app gives you the power to manage, track, and explore your automated workflows anytime and anywhere.
Rebinding Deleted or Broken Connections in an Existing Flow
ΙστολόγιοThis simple walkthrough shows you how to fix a flow that has a broken or deleted connection. Connections represent the credentials or configuration that are used to connect to the various services your flow needs, and this walkthough demonstrates fixing them inside of the flow UI designer.
Manage connection access while sharing button flows to enable richer scenario
ΙστολόγιοIntroducing new connection configuration option for button flows, that now allows you to build richer, more advanced flows and share them within your organization.
Flow Community Blog Highlights
ΙστολόγιοHave you visited the Flow Community blog lately? Along with rapidly growing forums, fun and informative events, and ways to leave feedback, the Community blog is a platform for you to share ideas with your peers, industry experts, and us here at Microsoft. To get started, simply message me, @JessicaC, with a rough title for your post and a couple of sentences to describe your topic. Now let’s check out some great posts from May!
Re: convert array to object?
Κοινότητα@Mira_Ghaly I'm feeling quite stupid now... seems so easy, haha :-). Should have thought of that.... Thanks for your quick help! This is exactly what I needed.
Re: Inserting image into CDS image field with flow
Κοινότητα@Symira You can use the below CDS Action You need to pass the content as JSON format as below: { "$content-type": "image/png", "$content":"base64string" } Then use th...
Re: Create a custom connector from scratch for a registered Azure function
Κοινότητα@JMan2021 Yes we would need the headers but it would also depend what is required to the endpoint. Please check this video on creating a custom connector. https://www.youtube.com/watch?...
Planner attachments to Sharepoint item
ΚοινότηταHello Need help with building a flow 1. When a task i completed 2. Update item (Sharepoint item) 3. Add attachments (Sharepoint item) Only problem is to add the the attachments from Plan...
Re: Sharepoint lists with multi value vlookup and power automate
ΚοινότηταHi @karlijnk In my understanding, you want the lookup column in the list of training session to be filled with event that happened on the same day to the same dog. That is, the c...
Re: Excel to sql server
ΚοινότηταHi @abm , Thanks for the informative video. It worked in the case when the column has dates. But for the blank values it's giving me this error:
Re: power automate approval custom response
ΚοινότηταHi @RezaDorrani , One of the switches that I have is Pending-IT Process, once the manager approve the request, it change the status variable to Pending-IT and it switch to Pending-...
Re: Flow to notify when PowerBi data model Refresh is complete
ΚοινότηταHi Prasad, I'm looking for the ability to notify people of when the refresh completed successfully, not if it failed. We are dealing with multiple data models and authors, and I'd like to make ...
Outlook move email to folder by variable
ΚοινότηταHi, My issue is the same as https://powerusers.microsoft.com/t5/Building-Flows/Need-to-move-an-email-to-a-folder-based-on-variables/m-p/527005#M67677 But it appears since the update to...