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

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.

109 REPLIES 109

I would love this.  Sometimes when I'm creating (and testing) I realize I need to move something to a different location in the flow.

ianwuk
Post Partisan
Post Partisan

I would like the ability added, when extracting details from a Teams message, to somehow easily extract the attachment and its data so it can be worked on.  Especially if the attachment is not in a format Teams really likes.

Sorry to bring this up again, but it's super important for functionalities.

 

You've now blocked us from using other endpoints on the old Groups HTTP action, too.

 

So, calls like the below just aren't possible without setting up complex app permissions and paying for premium subscriptions to do so, which is not right when the ability to perform these existed mere months ago.

 

https://graph.microsoft.com/beta/rolemanagement/directory/roleAssignments?$filter=principalId eq 'INSERT_ID'

 

 

I can appreciate that someone decided that functionality should be split between the various Microsoft action connectors, but if you're not offering the full availability, then by restricting it you're really killing us, here.

dasd


@eliotcole wrote:

Hi, @AnnaChu, I've thought of something that will really help make Flow Design easier:

 

Do Not Remove The Graph API Functionality From The Office 365 Groups Connector Action "Send an HTTP request"

 

You would basically be destroying HUGE swathes of usability of the system, forcing users into needlessly complex routines using Azure apps, which just need a simple HTTP call.

 

I've created an "Idea" to bring this to the fore, here:

https://ideas.powerautomate.com/d365community/idea/d51463df-6f0c-ed11-a81b-6045bd7c3e3f

 

If they're aware of this action's power, I'd call on my fellow Flow Ninjas, @Pstork1, @Expiscornovus, @tom_riha, @ScottShearer, @annajhaveri, @takolota, @ekarim2020, @Paulie78, @MarconettiMarco, @fchopo to join me in protesting the removal of such a tool.

 

(sorry for @'ing you all, folks)

 

If they aren't aware of it's usability, then I suggest they perform just any simple (non-groups 😉) Graph call in V1, and then try it in V2.

 

Here's some pictoral evidence of the change:

Send an HTTP request
wah1.jpg
Send an HTTP request V2
wah2.jpg
Current docs page (no V2 listed)
Spoiler
wah3.jpg

 

That Idea again:

https://ideas.powerautomate.com/d365community/idea/d51463df-6f0c-ed11-a81b-6045bd7c3e3f

 

Do not do this to us, Anna, what's the point of an automation service that can't automate?


 

maxpower45255
Advocate III
Advocate III

I don't know if this is the right place to submit a feature request. But can we add multiple condition support to the "IF" action? It's hard to build complex "If" checks with the current design. You can only add one condition at a time. This forces the user to write longer and more verbose flows unecessarily. 

thanks!

I just learned about SWITCH.  Not sure if it will work for what you're doing, or if you've already tried, but just wanted to pass it along just in case.  You can have multiple paths based on conditions.

maxpower45255
Advocate III
Advocate III

@slarson77 Thanks. SWITCH won't work. It checks the value of a single variable and provides you with multiple paths. It's not the same as doing an "IF condition1 AND/OR condition2 AND/OR condition3" all in the same action. 

For example. I'm comparing two variables that I know are usually blank. I want to execute something only when they're truly equal and not blank. 

So with the current design, I have to nest 3 IFs to check that var1 = var2 and that var1 isn't blank and var2 isn't blank. See my screenshot.  

Ventit
Helper V
Helper V

I don't really think it needs to be made easier,  just more enhancements like those mentioned above.  From where I sit teh most difficult thing is understanding the odata syntax.  I have taught myself just as teach myself functions in excel.  My observation with many people in my organization is they cannot even maximize productivity in excel.  Those that can find flow awesome and easy

livingstonep
Kudo Kingpin
Kudo Kingpin

Is it possible to 

livingstonep_0-1674827274035.png

 

 

livingstonep
Kudo Kingpin
Kudo Kingpin

Is it possible to GROUP multiple flows together, for example as a Project?

So in the below, those 5 flows would all be in one Project:

livingstonep_1-1674827399184.png

 

Redders
Continued Contributor
Continued Contributor

Hi @livingstonep ,

 

I am also looking at this at the moment and the small amount of research that I have done seems to point to 'Solutions' being what you are looking for.

 

I'm happy to be corrected though

maxpower45255
Advocate III
Advocate III

You should create a solution. You can group all your flows, connections, bots, tables, etc in it. 

The solutions can be accessed via the "Solutions" link on the left nav. 

Take a look at the documentation on solutions. There are a some best practices to follow. 

This is a good place to start. 

Application lifecycle management (ALM) with Microsoft Power Platform - Power Platform | Microsoft Le...

 

jaaronanderson
Frequent Visitor

I REALLY wish I could envelope all of my initialized variables into a Scope block in order to clean up my waterfall when i go to edit it and work with it...

gidiscacciati
Advocate I
Advocate I

Please:

  • allow us to read and manipulate data from Excel files that do not contain tables;
  • a CSV parser that is not a third-party connector;
  • something to change file encoding;
  • UI/UX needs improving. Sometimes actions do not load properly and we can't save the flow, we need to reload the page and everything not previously saved is lost;
  • the ability to run scripts (i.e. python) from cloud flows.
KarlH
Advocate I
Advocate I

I would like MS Devs to tally up all of the reasons and workflows that force PowerAutomate users to use the SharePoint HTTP action for workarounds, and then formulate these into official easy to create/setup/manage actions.

For example, users shouldn't have to craft a SharePoint HTTP action just to rename a Document Library folder or file. That action should come standard within existing actions - or at least, have its own dedicated action.

@gidiscacciati 

  • UI/UX needs improving. Sometimes actions do not load properly and we can't save the flow, we need to reload the page and everything not previously saved is lost;

I thought it was just me with this issue.  Glad it's not - completely agree!

@gidiscacciati 

 

A full non-3rd party CSV parser in a single action would be nice. But for now there is this CSV parsing template using only standard actions:

https://powerusers.microsoft.com/t5/Power-Automate-Cookbook/CSV-to-Dataset/td-p/1508191

But the behaviour seems very inconsistent. Sometimes I copy items and paste them into a different part of the flow. Later I want the same time so I often try Windows+V to find the earlier item. Sometimes it's there and sometimes it's not. I have no idea when items go to the system clipboard and when they don't. Using Windows 11.

>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.

 

This is such an obvious thing, it really is a bug IMO

Formatron
Advocate I
Advocate I

Some of the things I've been struggling with:

  • Not being able to disable or "switch off" a branch or a block that isn't working is quite frustrating. It means you have to delete something that you are still fiddling with, in order to get your flow to run successfully
  • It's not designed for reusability, in the sense that you cannot reuse what you've already done, for example, you can't copy and paste an action - at least I can't see how - so if you want two almost identical actions you have to create them individually
  • The presentation of the dynamic content could be a lot better
  • I've had a lot of trouble using conditions - when you run the flow, you can see the outcome (e.g. "expressionResult": true) but you can't see the inputs to the expression - which means that if you aren't getting the expected result, you can't see why
  • Expressions are not very easy to use - when you select dynamic content to insert into an expression, it changes immediately to a long string that is not human-readable; that also makes the expression very long, and the text field is not very long so you can only see a small piece of the expression (I've resorted to pasting expressions into notepad so that [a.] I can actually read them and [b.] I don't have to recreate them from scratch every time I need the same thing); the expression syntax is also not very clear, there is no styling or colours applied
  • I also had an issues with the expression builder where it allowed me to use the multiply function with 4 numbers and only gave me an error when I tried to save the flow (also for goodness sake - why can't you multiple 4 numbers? I had to work around this by doing 3 multiplies instead of one!)
  • The actions are often not intuitively named (for a newbie anyway), and there is no contextual help - when you click on the info icon, it takes you to the Microsoft site - contextual help would be better
  • If you rename actions so that you can easily follow the logic of your flow (e.g. changing "Condition 2" to "Check for scenario ABC" then you can't see what the action was originally called
  • I've had issues where my flow seems to revert back to an older version - perhaps I'm doing something wrong - but it shouldn't be that easy to make such an impactful error
  • I have to spend a lot of time debugging, which it's not designed for - e.g. today part of the flow where I update a list item keeps failing, and I can't see why, I've ended up replacing calculated values with "hard coded" values so that I can see if my calculation is breaking it or something else
  • Generally I'm just not finding it very easy to use, or intuitive, although it's really powerful and I am starting to get the hang of certain things (due to persistence and helpful people on the forum)

 

Edit:

  • When editing a flow, the Save button is always active even if you've just saved. Bad UX. There is no way to see whether a flow needs to be saved, and because there's no auto-save, you have to keep saving just in case.

Helpful resources

Announcements

Microsoft Ignite 2023: The Recap

What an amazing event we had this year, as Microsoft showcased the latest advancements in how AI has the potential to reshape how customers, partners and developers strategize the future of work. Check out below some of our handpicked videos and Ignite announcements to see how Microsoft is driving real change for users and businesses across the globe.   Video Highlights Click the image below to check out a selection of Ignite 2023 videos, including the "Microsoft Cloud in the era of AI" keynote from Scott Guthrie, Charles Lamanna, Arun Ulag, Sarah Bird, Rani Borkar, Eric Boyd, Erin Chapple, Ali Ghodsi, and Seth Juarez. There's also a great breakdown of the amazing Microsoft Copilot Studio with Omar Aftab, Gary Pretty, and Kendra Springer, plus exciting sessions from Rajesh Jha, Jared Spataro, Ryan Jones, Zohar Raz, and many more.     Blog Announcements Microsoft Copilot presents an opportunity to reimagine the way we work—turning natural language into the most powerful productivity tool on the planet. With AI, organizations can unearth value in data across productivity tools like business applications and Microsoft 365. Click the link below to find out more.     Check out the latest features in Microsoft Power Apps that will help developers create AI-infused apps faster, give administrators more control over managing thousands of Microsoft Power Platform makers at scale, and deliver better experiences to users around the world. Click the image below to find out more.     Click below to discover new ways to orchestrate business processes across your organization with Copilot in Power Automate. With its user-friendly interface that offers hundreds of prebuilt drag-and-drop actions, more customers have been able to benefit from the power of automation.     Discover how Microsoft Power Platform and Microsoft Dataverse are activating the strength of your enterprise data using AI, the announcement of “plugins for Microsoft Copilot for Microsoft 365”, plus two new Power Apps creator experiences using Excel and natural language.       Click below to find out more about the general availability of Microsoft Fabric and the public preview of Copilot in Microsoft Fabric. With the launch of these next-generation analytics tools, you can empower your data teams to easily scale the demand on your growing business.     And for the rest of all the good stuff, click the link below to visit the Microsoft Ignite 2023 "Book of News", with over ONE HUNDRED announcements across infrastructure, data, security, new tools, AI, and everything else in-between!        

Back to Basics Tuesday Tip #9: All About the Galleries

This is the ninth post in our series dedicated to helping the amazing members of our community--both new members and seasoned veterans--learn and grow in how to best engage in the community! Each Tuesday, we feature new content that will help you best understand the community--from ranking and badges to profile avatars, from Super Users to blogging in the community. Our hope is that this information will help each of our community members grow in their experience with Power Platform, with the community, and with each other!     Today's Tip: All About the Galleries Have you checked out the library of content in our galleries? Whether you're looking for the latest info on an upcoming event, a helpful webinar, or tips and tricks from some of our most experienced community members, our galleries are full of the latest and greatest video content for the Power Platform communities.   There are several different galleries in each community, but we recommend checking these out first:   Community Connections & How-To Videos Hosted by members of the Power Platform Community Engagement  Team and featuring community members from around the world, these helpful videos are a great way to "kick the tires" of Power Platform and find out more about your fellow community members! Check them out in Power Apps, Power Automate, Power Pages, and Copilot Studio!         Webinars & Video Gallery Each community has its own unique webinars and videos highlighting some of the great work being done across the Power Platform. Watch tutorials and demos by Microsoft staff, partners, and community gurus! Check them out: Power Apps Webinars & Video Gallery Power Automate Webinars & Video Gallery Power Pages Webinars & Video Gallery Copilot Studio Webinars & Video Gallery   Events Whether it's the excitement of the Microsoft Power Platform Conference, a local event near you, or one of the many other in-person and virtual connection opportunities around the world, this is the place to find out more about all the Power Platform-centered events. Power Apps Events Power Automate Events Power Pages Events Copilot Studio Events   Unique Galleries to Each Community Because each area of Power Platform has its own unique features and benefits, there are areas of the galleries dedicated specifically to videos about that product. Whether it's Power Apps samples from the community or the Power Automate Cookbook highlighting unique flows, the Bot Sharing Gallery in Copilot Studio or Front-End Code Samples in Power Pages, there's a gallery for you!   Check out each community's gallery today! Power Apps Gallery Power Automate Gallery Power Pages Gallery Copilot Studio Gallery

Unlocking the Power of Community: A Journey with Featued User Group leaders Geetha Sivasailam and Ben McMann

In the bustling world of technology, two dynamic leaders, Geetha Sivasailam and Ben McMann, have been at the forefront, steering the ship of the Dallas Fort Worth Power Platform User Group since its inception in February 2019. As Practice Lead (Power Platform | Fusion Dev) at Lantern, Geetha brings a wealth of consulting experience, while Ben, a key member of the Studio Leadership team at Lantern, specializes in crafting strategies that leverage Microsoft digital technologies to transform business models.   Empowering Through Community Leadership Geetha and Ben's journey as user group leaders began with a simple yet powerful goal: to create a space where individuals across the DFW area could connect, grow their skills, and add value to their businesses through the Power Platform. The platform, known for its versatility, allows users to achieve more with less code and foster creativity.   The Power of Community Impact Reflecting on their experiences, Geetha and Ben emphasize the profound impact that community engagement has had on both their professional and personal lives. The Power Platform community, they note, is a wellspring of resources and opportunities, fostering continuous learning, skill enhancement, and networking with industry experts and peers.   Favorite Moments and Words of Wisdom The duo's favorite aspect of leading the user group lies in witnessing the transformative projects and innovations community members create with the Power Platform. Their advice to aspiring user group leaders? "Encourage diverse perspectives, maintain an open space for idea-sharing, stay curious, and, most importantly, have fun building a vibrant community."   Building Bridges, Breaking Barriers Geetha and Ben encourage others to step into the realm of user group leadership, citing the rewarding experience of creating and nurturing a community of like-minded individuals. They highlight the chance to influence, impact, and positively guide others, fostering connections that extend beyond mere technology discussions.   Joining a User Group: A Gateway to Growth The leaders stress the importance of joining a user group, emphasizing exposure to diverse perspectives, solutions, and career growth opportunities within the Power Platform community. "Being part of such a group provides a supportive environment for seeking advice, sharing experiences, and navigating challenges."   A Year of Milestones Looking back at the past year, Geetha and Ben express pride in the group's growth and global participation. They recount the enriching experience of meeting members in person at the Microsoft Power Platform conference, showcasing the diverse range of perspectives and guest speakers that enriched the community's overall experience.   Continuous Learning on the Leadership Journey As user group leaders, Geetha and Ben recognize the continuous learning curve, blending interpersonal skills, adaptability, and dedication to foster a vibrant community. They highlight the importance of patience, persistence, and flexibility in achieving group goals, noting the significance of listening to the needs and suggestions of group members.They invite all tech enthusiasts to join the Dallas Fort Worth Power Platform User Group, a thriving hub where the power of community propels individuals to new heights in the dynamic realm of technology.

Visit the Community Lounge at Microsoft Ignite!

Are you attending Microsoft Ignite in Seattle this week? If so, we'd love to see you at the Community Lounge! Hosted by members of our Community team, it's a great place to connect, meet some Microsoft executives, and get a sticker or two. And if you're an MVP there are some special opportunities to meet up!     The Community Lounge is more than just a space—it's a hub of activity, collaboration, and camaraderie. So, dive in, explore, and make the most of your Microsoft Ignite experience by immersing yourself in the vibrant and dynamic community that awaits you.Find out the schedule and all the details here: Community Lounge at Ignite! See you at #MSIgnite!    

Back to Basics Tuesday Tip #8: Subscriptions & Notifications

This is the eighth post in our series dedicated to helping the amazing members of our community--both new members and seasoned veterans--learn and grow in how to best engage in the community! Each Tuesday, we feature new content that will help you best understand the community--from ranking and badges to profile avatars, from Super Users to blogging in the community. Our hope is that this information will help each of our community members grow in their experience with Power Platform, with the community, and with each other!   This Week: All About Subscriptions & Notifications Subscribing to a CategorySubscribing to a TopicSubscribing to a LabelBookmarksManaging & Viewing your Subscriptions & BookmarksA Note on Following Friends on Mobile   Subscriptions ensure that you receive automated messages about the most recent posts and replies. There are multiple ways you can subscribe to content and boards in the community! (Please note: if you have created an AAD (Azure Active Directory) account you won't be able to receive e-mail notifications.)   Subscribing to a Category  When you're looking at the entire category, select from the Options drop down and choose Subscribe.   You can then choose to Subscribe to all of the boards or select only the boards you want to receive notifications. When you're satisfied with your choices, click Save.   Subscribing to a Topic You can also subscribe to a single topic by clicking Subscribe from the Options drop down menu, while you are viewing the topic or in the General board overview, respectively.   Subscribing to a Label You can find the labels at the bottom left of a post.From a particular post with a label, click on the label to filter by that label.          This opens a window containing a list of posts with the label you have selected. Click Subscribe.   Note: You can only subscribe to a label at the board level. If you subscribe to a label named 'Copilot' at board #1, it will not automatically subscribe you to an identically named label at board #2. You will have to subscribe twice, once at each board.   Bookmarks Just like you can subscribe to topics and categories, you can also bookmark topics and boards from the same menus! Simply go to the Topic Options drop down menu to bookmark a topic or the Options drop down to bookmark a board.   The difference between subscribing and bookmarking is that subscriptions provide you with notifications, whereas bookmarks provide you a static way of easily accessing your favorite boards from the My subscriptions area.   Managing & Viewing Your Subscriptions & Bookmarks To manage your subscriptions, click on your avatar and select My subscriptions from the drop-down menu. From the Subscriptions & Notifications tab, you can manage your subscriptions, including your e-mail subscription options, your bookmarks, your notification settings, and your email notification format.     You can see a list of all your subscriptions and bookmarks and choose which ones to delete, either individually or in bulk, by checking multiple boxes.     A Note on Following Friends on Mobile Adding someone as a friend or selecting Follow in the mobile view does not allow you to subscribe to their activity feed. You will merely be able to see your friends’ biography, other personal information, or online status, and send messages more quickly by choosing who to send the message to from a list, as opposed to having to search by username.              

Back to Basics Tuesday Tip #7: Resources for User Groups

This is the seventh post in our series dedicated to helping the amazing members of our community--both new members and seasoned veterans--learn and grow in how to best engage in the community! Each Tuesday, we feature new content that will help you best understand the community--from ranking and badges to profile avatars, from Super Users to blogging in the community. Our hope is that this information will help each of our community members grow in their experience with Power Platform, with the community, and with each other!   Today's Tip: Resources for User Groups Once you've launched your Community User Group, we are excited to have many resources available that can help you lead, engage, and grow your User Group! Whether it's access to the Microsoft Community Tenant for User Groups, help with finding speakers for your User Group meetings (both local and virtual speakers), and even finding spaces to have your meetings in--we have the resources you need to make your User Group experience be the best it can be!       Microsoft Community Tenant Community Tenant is a free platform where User Group leaders can host virtual events using the Microsoft Teams platform, engage with their communities, share resources, collaborate with fellow organizers, and gain access to best practices and resources. Find out everything you need to know--and how to get started!  Just follow the link: Accessing the Microsoft Community Tenant - Power Platform CommunityNeed Help Finding a Speaker or a Space?We happily provide assistance to our User Groups in finding speakers and rooms for your meetings. Simply fill out the request forms below with as much detail and information as possible, and we will do our best to provide you with the assistance you need! Speaker Requests: https://aka.ms/UGSpeakerOptionsRoom Requests: https://aka.ms/UGroomrequest   Monthly Featured User Group--And User Group Leader We share a featured User Group AND a featured User Group leader here in the community every month. It's our way of sharing how excited we are for what the User Groups are doing around the world and an appreciation for the hard-working leaders who help make them happen. Nominate a User Group doing great work--or a great User Group leader--today! Nomination Form: https://aka.ms/NominateandshareUG  

Users online (4,934)