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.

97 REPLIES 97

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 Patron
Post Patron

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 II
Advocate II

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 II
Advocate II

@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 II
Advocate II

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
Regular 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
Helper I
Helper 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.

Helpful resources

Announcements

Power Platform Connections - Episode 7 | March 30, 2023

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.  

Announcing | Super Users - 2023 Season 1

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. 

Register now for the Business Applications Launch Event | Tuesday, April 4, 2023

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!    

Check out the new Power Platform Communities Front Door Experience!

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.

Microsoft Power Platform Conference | Registration Open | Oct. 3-5 2023

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/   

Users online (4,661)