Power Automate Search
Search
Re: Per User Plan License
CommunitySorry, let me clarify. The people approving things need to have the license, not the people who are creating the thing being approved. The approvers need the license because they will be ...
Re: sending an email when a new excel file is created based on a template
CommunityHi @ma_91 Here is an excellent post about this Power Automate HTML Table Styling – Ryan Maclean (ryanmaclean365.com) Thanks
Intermediate | Flow of the week: Approval reminders using parallel branches
BlogThis 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.
Beginner | Flow of the Week: Approval Timeout and Escalation
BlogYou 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!
Re: Duplicate emails sent when form is submitted
Community@AriaK , why you have apply to each action added to your flow, that looks like the reason of email sent out more than one time.
Re: Invoice coping help ASAP
CommunityPlease refer to video in this Our Best Practices and Step-By-Step Guide for creating an enterprise scale automated invoicing process with Power Automate | Power Automate Blog (microsoft.com)&nbs...
Advanced | Flow of the Week: Send parallel approval requests to a dynamic set of approvers
BlogIn 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.
Automate power bi Using Microsoft flow
CommunityHello Everyone, I would like to export power BI report by sending an automate mail without any trigger function. Is that anyone having idea regarding this .. I approached in a way of refreshing datas...
Re: How to include the logical AND/OR operators in conditionals
CommunityHI @efrainC_Onq, thanks for the question, you would need to set the first operand as a variable, like what @Henrik_M suggested and then that variable will have the result as True or F...
Re: Inserting image into CDS image field with flow
Community@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...
Intermediate | Flow of the Week: Using Flow to create internal Microsoft solutions
BlogIn 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!
Re: convert array to object?
Community@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.
Microsoft Flow audit events now available in Office 365 Security & Compliance Center
BlogToday 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
BlogIn 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.
Manage connection access while sharing button flows to enable richer scenario
BlogIntroducing new connection configuration option for button flows, that now allows you to build richer, more advanced flows and share them within your organization.
Planner attachments to Sharepoint item
CommunityHello 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: Create a custom connector from scratch for a registered Azure function
Community@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?...
Re: How to check email address in list and convert input to lower case text
CommunityThanks, I'll give it a go!
Re: Sharepoint lists with multi value vlookup and power automate
CommunityHi @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...
Flow Community Blog Highlights
BlogHave 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!
Rebinding Deleted or Broken Connections in an Existing Flow
BlogThis 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.
Re: Run Desktop Flow as Admin? (third attempt)
Community@miketran13 Thanks for getting back to me. So I did just that. I saved me PS1 script with the code snippet you posted earlier and ran Desktop Flow. It will run the PS1 as an ...
Re: Error saving flow with "Execute a SQL Query" action
CommunityHi @sujan , Is there any roadmap for Execute SQL query connector to work for On-prem sqls server.? Also, if I want to filter some rows in Get rows action, how it can be fu...