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
Solved! Go to Solution.
Hi Jon, This is a little bit of a hack, but I just used a flow to translate Sharepoint cloud list data keys (a people picker into a simple text name field on the same row.) This way PowerApps filter delegation will not be broken. Without a "plain text" of the current user's name, I can't use the filter verbs without breaking delegation, and ending up with the default top 500 rows in my app. It's like a "Flow spatula" for flipping SharePoint list pancakes into a plain text index. Ugly, but funcitonal.
We have been using Flow for all the automation needs that we always had, but never figured out a way to manage. From rich approval's process, to simply Sharepoint folder monitoring.
Recently, we managed put in place a simple PowerApp for sendng SMS text message to multiple recipients using Twilio, and it works incredibly fine! 3-4 steps, about 20 mins to set it up and test, and it was good to go.
Have more things to put in place, looking forward what else we could do with it.
Dion,
Would you be willing to show me these flows in depth? This sounds like a great use of Flow and I would love to learn more about it.
Thanks!
- Jon
Hi Jon, This is a little bit of a hack, but I just used a flow to translate Sharepoint cloud list data keys (a people picker into a simple text name field on the same row.) This way PowerApps filter delegation will not be broken. Without a "plain text" of the current user's name, I can't use the filter verbs without breaking delegation, and ending up with the default top 500 rows in my app. It's like a "Flow spatula" for flipping SharePoint list pancakes into a plain text index. Ugly, but funcitonal.
Do you have any sort of securely verifiable log of approvals and denials in your approval process? If so, how did you acomplish that?
I am also starting to use it extensively, especially around empowering PowerApps. One powerful example is using Flow (via a custom connector and OpenAPI file) in PowerApps to handle photo uploads into SharePoint with metadata. This is something that the PowerApps community has been waiting a long time for, so being able to use Flow to work around limitations is very empowering... (video here: https://www.youtube.com/watch?v=mp-8B1fLrqs).
I also did the same thing for using Microsoft cognitive services. At that time PowerApps couldn't call the OCR functions from the computer vision API and Flow was used as my glue... https://www.youtube.com/watch?v=O0vstZ1EBaI
I am using Flow also to get around PowerApps limitations with Managed Metadata support. Instead of using the native PowerApps connector, I send data to Flow and then usde the HTTP action to talk to the SharePoint lists webservice to update managed metadata columns. Interestingly, flow cannot do this natively with the SharePoint connector, but the HTTP action is a godsend...
I am also using it for file sync scenarios (although this scenario is actually probably better served via an Azure function and PowerShell PnP.
Hello Jon!
We are just going to use.
Can I use MS Flow between 2 separate Organizations? i have tried to add a connection to a second organization but it wouldn't allow me to pick an entity.
What i am trying to accomplish is: When a field is updated in Organization A, go and create a record in Organization B. Is this even possible?
Thank you, Violab
Hiya
No you cannot do this in the way you might be imagining it, except in limited circumstances. It is possible to use Request/Response triggered flows and the HTTP action for a flow in one tenant to talk to another tenant...
A few people are doing this approach. eg: https://sergeluca.wordpress.com/2017/03/16/invoke-a-flow-from-another-sharepoint-flow-step-12-tutori...
Paul
I used to be a SP Designer guy with all the workflows and made some pretty elaborate workflows in the past. It took me a few tries to get used to this but have already sttarted to get a little silly.
Hi!
I am here cause I am not a developer and I want to have a workflow to send out SMS to agents yet I cannot for the life of me figure out how to make it happen. I feel as if I am missing something because everytime I think I have it I don't. Please help if you can!
Create Outlook tasks from emails tagged with "#project".
I use mostly the Outlook web client, so I have no way of dragging an email over the tasks folder like one can in the Office Outlook desktop application. Instead I forward the email to myself, edited and with the subject "New #project: ...". It's a small price to pay to avoid using Outlook on the desktop.
I'm updating the flow to use the new Office 365 Outlook webhook trigger (read: building a second Flow, as you can't really change out the trigger that starts a Flow).
I use it to monitor competitor SEC filings. It monitors an RSS feed from the SEC and if a competitor files a filing it automatically creates a pdf and inserts it into a sharepoint document library. It then notifies me of the filing.
I use it extensively for personal automation, for example, sending an email reminder to pay my bills or pay rent, notifications for different channels like twitter etc. However, I can't say it would be very useful for my company, which is very entrenched in Microsoft software from Sharepoint to Lync to Office. For companies like mine, I can see this replacing a lot of internal tooling, especially with integration to software like Salesforce, Yammer and intranet options.
Kind regards,Bestazy
Currently we are not using Microsoft Flow but looking at the power of Microsoft Flow with automating simple processes we are going to be looking at automating some of our ISO requirements and daily reporting functions.
Our business uses around 30 or so flows setup to run various tasks, mostly from within PowerApps.
Most of our Flows are designed to run On-Premise SQL procedures or send email notifications or reminders. The most recent flow we added allows us to send a Skype message to a specific department when a file they've been waiting for is uploaded (with the file name included in the message)
We also have a few flows that are used to fill the gaps in image capture and conversion from within PowerApps. Specifically we have a flow that allows us to use the Upload Image feature in PowerApps and convert, save a copy, and attach info to a SQL database about the file for future reference.
Much more Flow usage to come from us as we dig into how we can automate and simplify business procedures!
Hi Community,
We've just started using flow and for the moment utilise it for documents approval and publishing. So we have only one flow running in production.
What the flow is doing:
1. Controls QA check and approvals. Users are happy to respond right from the emails.
2. Publishes approved documents with PDF conversion as an option.
3. Logs each step in SharePoint list. The list is connected to the document library, making it available to see history for each document.
Flow contains about 60 different blocks.
Hi @vinhta,
Yes, we have.
1. Each approval/rejecting response is writing into a SharePoint list with the following info:
- Document ID
- User full name
- Response (Approved or Rejected)
- Timestamp (just a standard Create date)
2. We created a classical page with query string and filtered Log list web-parts and added an extra column called 'History details' to the document library with the following JSON formatting:
{ "elmType": "a", "txtContent": { "operator": "?", "operands": [ { "operator": "==", "operands": [ { "operator": "toString()", "operands": [ "[$ContentType]" ] }, "Folder" ] }, "", "History details" ] }, "attributes": { "target": "_blank", "href": { "operator": "+", "operands": [ "pageURL?", "DocID=", { "operator": "toString()", "operands": [ "[$ID]" ] } ] } } }
When users click this column, it redirects to the page with filtered log details.
I am happy if it does make sense.
Feel free to ask if you have any questions.
Cheers.
Episode Seven of Power Platform Connections sees David Warner and Hugo Bernier talk to Dian Taylor, alongside the latest news, product reviews, and community blogs. Use the hashtag #PowerPlatformConnects on social media for a chance to have your work featured on the show.
Super Users – 2023 Season 1 We are excited to kick off the Power Users Super User Program for 2023 - Season 1. The Power Platform Super Users have done an amazing job in keeping the Power Platform communities helpful, accurate and responsive. We would like to send these amazing folks a big THANK YOU for their efforts. Super User Season 1 | Contributions July 1, 2022 – December 31, 2022 Super User Season 2 | Contributions January 1, 2023 – June 30, 2023 Curious what a Super User is? Super Users are especially active community members who are eager to help others with their community questions. There are 2 Super User seasons in a year, and we monitor the community for new potential Super Users at the end of each season. Super Users are recognized in the community with both a rank name and icon next to their username, and a seasonal badge on their profile. Power Apps Power Automate Power Virtual Agents Power Pages Pstork1* Pstork1* Pstork1* OliverRodrigues BCBuizer Expiscornovus* Expiscornovus* ragavanrajan AhmedSalih grantjenkins renatoromao Mira_Ghaly* Mira_Ghaly* Sundeep_Malik* Sundeep_Malik* SudeepGhatakNZ* SudeepGhatakNZ* StretchFredrik* StretchFredrik* 365-Assist* 365-Assist* cha_cha ekarim2020 timl Hardesh15 iAm_ManCat annajhaveri SebS Rhiassuring LaurensM abm TheRobRush Ankesh_49 WiZey lbendlin Nogueira1306 Kaif_Siddique victorcp RobElliott dpoggemann srduval SBax CFernandes Roverandom schwibach Akser CraigStewart PowerRanger MichaelAnnis subsguts David_MA EricRegnier edgonzales zmansuri GeorgiosG ChrisPiasecki ryule AmDev fchopo phipps0218 tom_riha theapurva takolota Akash17 momlo BCLS776 Shuvam-rpa rampprakash ScottShearer Rusk ChristianAbata cchannon Koen5 a33ik Heartholme AaronKnox okeks Matren David_MA Alex_10 Jeff_Thorpe poweractivate Ramole DianaBirkelbach DavidZoon AJ_Z PriyankaGeethik BrianS StalinPonnusamy HamidBee CNT Anonymous_Hippo Anchov KeithAtherton alaabitar Tolu_Victor KRider sperry1625 IPC_ahaas zuurg rubin_boer cwebb365 Dorrinda G1124 Gabibalaban Manan-Malhotra jcfDaniel WarrenBelz Waegemma drrickryp GuidoPreite If an * is at the end of a user's name this means they are a Multi Super User, in more than one community. Please note this is not the final list, as we are pending a few acceptances. Once they are received the list will be updated.
Join us for an in-depth look into the latest updates across Microsoft Dynamics 365 and Microsoft Power Platform that are helping businesses overcome their biggest challenges today. Find out about new features, capabilities, and best practices for connecting data to deliver exceptional customer experiences, collaborating, and creating using AI-powered capabilities, driving productivity with automation—and building towards future growth with today’s leading technology. Microsoft leaders and experts will guide you through the full 2023 release wave 1 and how these advancements will help you: Expand visibility, reduce time, and enhance creativity in your departments and teams with unified, AI-powered capabilities.Empower your employees to focus on revenue-generating tasks while automating repetitive tasks.Connect people, data, and processes across your organization with modern collaboration tools.Innovate without limits using the latest in low-code development, including new GPT-powered capabilities. Click Here to Register Today!
We are excited to share the ‘Power Platform Communities Front Door’ experience with you! Front Door brings together content from all the Power Platform communities into a single place for our community members, customers and low-code, no-code enthusiasts to learn, share and engage with peers, advocates, community program managers and our product team members. There are a host of features and new capabilities now available on Power Platform Communities Front Door to make content more discoverable for all power product community users which includes ForumsUser GroupsEventsCommunity highlightsCommunity by numbersLinks to all communities Users can see top discussions from across all the Power Platform communities and easily navigate to the latest or trending posts for further interaction. Additionally, they can filter to individual products as well. Users can filter and browse the user group events from all power platform products with feature parity to existing community user group experience and added filtering capabilities. Users can now explore user groups on the Power Platform Front Door landing page with capability to view all products in Power Platform. Explore Power Platform Communities Front Door today. Visit Power Platform Community Front door to easily navigate to the different product communities, view a roll up of user groups, events and forums.
We are so excited to see you for the Microsoft Power Platform Conference in Las Vegas October 3-5 2023! But first, let's take a look back at some fun moments and the best community in tech from MPPC 2022 in Orlando, Florida. Featuring guest speakers such as Charles Lamanna, Heather Cook, Julie Strauss, Nirav Shah, Ryan Cunningham, Sangya Singh, Stephen Siciliano, Hugo Bernier and many more. Register today: https://www.powerplatformconf.com/
User | Count |
---|---|
12 | |
12 | |
12 | |
10 | |
8 |
User | Count |
---|---|
27 | |
26 | |
20 | |
19 | |
19 |