cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
AnnaChu
Employee
Employee

Help make Flow Design easier

The Power Automate Designer team would love to hear feedback from the perspective of novice Power Automate users, citizen developers and low coders on their experience with Power Automate Designer. When designing flows, what do they struggle most with? If this sounds like something you’ve heard someone mention, please forward them this pre-screening survey to complete: https://aka.ms/MPA_DesignerFeedback

 

@kishbuy238 and team are interested in hosting a screen-sharing session to identify opportunities to improve the experience. This survey will be open through to August.

134 REPLIES 134
takolota
Multi Super User
Multi Super User

@AnnaChu 

 

Is there a way to easily share custom connectors the same way we can export & import flows?

 

There is the option to submit template connectors to Microsoft.

But I’d like to eventually get into making some custom connectors for the community & this often means releasing something, getting community feedback, then submitting it as a potential template if it gets good enough. A more user-friendly way to share custom connectors & templates would help.

 

Just generally making it easier to develop & share things can allow us to make more complex things relatively simple for other developers & users.

This is great feedback for @SameerCh and the Connectors team!

SameerCh
Power Automate
Power Automate

Thanks for showing the interest!

 

We do provide and have been getting great response from the community on this.  The independent publisher connector process is what you are looking for: https://docs.microsoft.com/en-us/connectors/custom-connectors/certification-submission-ip

 

We will certify connector submission made by the community.  Today,  we have over 100+ connectors submitted by the community! Looking forward to seeing your connector. 

 

You can also push an open source custom connector in our GitHub repo as well. 

 

Thanks

Sameer

David-
Solution Sage
Solution Sage

One of the things I struggle with is when using the Update Item action. It makes you fill in required fields and also prepopulates yes/no and choice fields with the default value. I can see this needing to be the case if the action were for creating an item, but not for updating an item. This action should be designed so that all of the values are blank, so that it only updates the the actual fields you want to update, and everything else keeps the value it had before the update action.

 

It would also be great if flows did not time out after 30 days. Many processes take longer than 30 days to complete, and this then requires multiple flows to run when an item is updated, which then requires trigger conditions to make sure the flow does not run more than once each time the item is updated. This in turn then requires extra fields to be created in the list just to deal with the multiple flows to avoid timeout issues.

 

Kind regards,

David

MarvinBangert
Most Valuable Professional
Most Valuable Professional

I agree with @David-, I also often hear customers citizen developer asking, why they need to fill in so many fields using "Update item", if they just need one or two fields to be updated. Back then it was even worse that they accidentally had overwritten a field (which already got better). A little bit different idea to Davids would be: Instead of showing all fields, you have a choice/dropdown option (like the planner "update task details") and you can select the columns you want to update and have a button to add more columns.

MarvinBangert_0-1655311422322.png

Only the selected columns will be updated and need to get filled (similar if you would use a HTTP action and update items). 

Citizen Developer also often struggle with building expressions. They always try to use actions, they need this "simple" fill out a field with information, so maybe it would be helpful to them, if more standard expressions were also available as actions (like "Math" or "Date and time" functions). 

 

Thanks very much!

Best regards
Marvin

Blog: Cloudkumpel

@SameerCh 


I have never needed to, but I bet for any component of a process that requires more than 30 days, you could have it call a child flow with an HTTP call, then have that child flow set to call itself in another HTTP call again if it needs to wait more than 30 days.

 

https://www.enjoysharepoint.com/call-a-flow-from-another-flow-in-power-automate/

Workflows that take longer than 30 days can certainly be handled this way, but the original question was how to make things easier for beginners and citizen developers. Most beginners are not going to know what an HTTP call is or how to set that up. For most beginners, having to deal with HTTP requests would be a turn off and lead to them giving up on Power Automate.

@David- 

At one point they had a "Call child flow" action. The only reason I posted the HTTP version is because last time I looked for that action it wasn't there anymore. 🙃

The call action is available, but only if you develop it within a solution. Call Child Flows - Power Automate | Microsoft Docs. We currently don't have our environments configured to use solutions, but I am looking forward to trying it out once we do.

takolota
Multi Super User
Multi Super User

I just remembered a very specific problem I have for designing & sharing flows & templates.

 

Whenever I have a Select action with anything more than really simple expressions in the key value pairs, I can’t copy & paste the action or the scope containing the action without it ruining all the expressions & changing the expressions to a form of text.

 

It can make things onerous if people need to copy a part of a template or other flow into their existing flows. Instead they have to import the template & copy & paste the rest of their workflow around the template with the Select action expressions.

Seems pretty backwards. 

takolota
Multi Super User
Multi Super User

I almost forgot this until talking with a new member today. Is there any way to allow us to add actions to the top line of condition/scope/loop segments without having to add another action & drag down the top action?

 

It’s a weird design quirk I’ve become used to, but it likely confuses many new builders.

ryleybauer
Resolver II
Resolver II

Push the copy step option to the system clipboard! 

The copy action function is awesome, but it only allows you to copy between active sessions within the same tenant. I have a repository of template flows in my dev tenant, and sometimes I just want to pull an action from it for a new flow in a client tenant, like a complicated http call. 

ryleybauer
Resolver II
Resolver II

I know this one is also a big ask, but I find the suggested help topics fairly unhelpful. Some of them link to general topics instead of what I'm working on. What would be nice would be to integrate docs.ms into the side rail, so we can search the documentation without leaving the page. 

 

Example: SharePoint HTTP call brings you to the general page, it would be nice if it could look at which property we are actively filling out to provide better suggestions i.e. when the "URI" box is selected, it'd be nice if the help topics were the list of site endpoint URIs instead of the generic SharePoint REST page. 

@ryleybauer 

What's the issue copying between different environments?

Because I often share templates where I provide a text file with just the code for some scope & set of flow actions. People can then copy that code to their clipboard, go to the "My clipboard" section of a new action, & use control + V to paste it into the new action clipboard options. You should definitely be able to do the same by copying an action to your clipboard in one environment, then control + V it into the other environment.

@takolota 
I'm now seeing the details in my clipboard on my Windows 11 VM, but wasn't on my Windows 10 PC. When it was loading up the other items automatically, I didn't even think to try the paste directly, but that worked like a charm! 

Thank you for your comment. Dragging and dropping is one of the areas we are considering improving on the designer. 🙂

Thank you for your comment. Acknowledged on the ask to integrate MS Docs into the side panel. I hope you are using the PVA chatbot which links an MS Doc for any How-to/Troubleshooting questions.

 You should be able to copy/paste actions across solutions, but ack on the need to copy/paste actions across environments for the scenarios just like you mentioned above.

Ack on the 'Update actions' usability concerns. Thank you! 

Helpful resources

Announcements

Celebrating the May Super User of the Month: Laurens Martens

  @LaurensM  is an exceptional contributor to the Power Platform Community. Super Users like Laurens inspire others through their example, encouragement, and active participation. We are excited to celebrated Laurens as our Super User of the Month for May 2024.   Consistent Engagement:  He consistently engages with the community by answering forum questions, sharing insights, and providing solutions. Laurens dedication helps other users find answers and overcome challenges.   Community Expertise: As a Super User, Laurens plays a crucial role in maintaining a knowledge sharing environment. Always ensuring a positive experience for everyone.   Leadership: He shares valuable insights on community growth, engagement, and future trends. Their contributions help shape the Power Platform Community.   Congratulations, Laurens Martens, for your outstanding work! Keep inspiring others and making a difference in the community!   Keep up the fantastic work!        

Check out the Copilot Studio Cookbook today!

We are excited to announce our new Copilot Cookbook Gallery in the Copilot Studio Community. We can't wait for you to share your expertise and your experience!    Join us for an amazing opportunity where you'll be one of the first to contribute to the Copilot Cookbook—your ultimate guide to mastering Microsoft Copilot. Whether you're seeking inspiration or grappling with a challenge while crafting apps, you probably already know that Copilot Cookbook is your reliable assistant, offering a wealth of tips and tricks at your fingertips--and we want you to add your expertise. What can you "cook" up?   Click this link to get started: https://aka.ms/CS_Copilot_Cookbook_Gallery   Don't miss out on this exclusive opportunity to be one of the first in the Community to share your app creation journey with Copilot. We'll be announcing a Cookbook Challenge very soon and want to make sure you one of the first "cooks" in the kitchen.   Don't miss your moment--start submitting in the Copilot Cookbook Gallery today!     Thank you,  Engagement Team

Announcing Power Apps Copilot Cookbook Gallery

We are excited to share that the all-new Copilot Cookbook Gallery for Power Apps is now available in the Power Apps Community, full of tips and tricks on how to best use Microsoft Copilot as you develop and create in Power Apps. The new Copilot Cookbook is your go-to resource when you need inspiration--or when you're stuck--and aren't sure how to best partner with Copilot while creating apps.   Whether you're looking for the best prompts or just want to know about responsible AI use, visit Copilot Cookbook for regular updates you can rely on--while also serving up some of your greatest tips and tricks for the Community. Check Out the new Copilot Cookbook for Power Apps today: Copilot Cookbook - Power Platform Community.  We can't wait to see what you "cook" up!    

Welcome to the Power Automate Community

You are now a part of a fast-growing vibrant group of peers and industry experts who are here to network, share knowledge, and even have a little fun.   Now that you are a member, you can enjoy the following resources:   Welcome to the Community   News & Announcements: The is your place to get all the latest news around community events and announcements. This is where we share with the community what is going on and how to participate.  Be sure to subscribe to this board and not miss an announcement.   Get Help with Power Automate Forums: If you're looking for support with any part of Power Automate, our forums are the place to go. From General Power Automate forums to Using Connectors, Building Flows and Using Flows.  You will find thousands of technical professionals, and Super Users with years of experience who are ready and eager to answer your questions. You now have the ability to post, reply and give "kudos" on the Power Automate community forums. Make sure you conduct a quick search before creating a new post because your question may have already been asked and answered. Galleries: The galleries are full of content and can assist you with information on creating a flow in our Webinars and Video Gallery, and the ability to share the flows you have created in the Power Automate Cookbook.  Stay connected with the Community Connections & How-To Videos from the Microsoft Community Team. Check out the awesome content being shared there today.   Power Automate Community Blog: Over the years, more than 700 Power Automate Community Blog articles have been written and published by our thriving community. Our community members have learned some excellent tips and have keen insights on the future of process automation. In the Power Automate Community Blog, you can read the latest Power Automate-related posts from our community blog authors around the world. Let us know if you'd like to become an author and contribute your own writing — everything Power Automate-related is welcome.   Community Support: Check out and learn more about Using the Community for tips & tricks. Let us know in the Community Feedback  board if you have any questions or comments about your community experience. Again, we are so excited to welcome you to the Microsoft Power Automate community family. Whether you are brand new to the world of process automation or you are a seasoned Power Automate veteran - our goal is to shape the community to be your 'go to' for support, networking, education, inspiration and encouragement as we enjoy this adventure together.     Power Automate Community 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  

Tuesday Tip | How to Report Spam in Our Community

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.   As our community family expands each week, we revisit our essential tools, tips, and tricks to ensure you’re well-versed in the community’s pulse. Keep an eye on the News & Announcements for your weekly Tuesday Tips—you never know what you may learn!   Today's Tip: How to Report Spam in Our Community We strive to maintain a professional and helpful community, and part of that effort involves keeping our platform free of spam. If you encounter a post that you believe is spam, please follow these steps to report it: Locate the Post: Find the post in question within the community.Kebab Menu: Click on the "Kebab" menu | 3 Dots, on the top right of the post.Report Inappropriate Content: Select "Report Inappropriate Content" from the menu.Submit Report: Fill out any necessary details on the form and submit your report.   Our community team will review the report and take appropriate action to ensure our community remains a valuable resource for everyone.   Thank you for helping us keep the community clean and useful!

Users online (4,292)