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

Better support for Multi-choice options (and all results) from Microsoft Forms. 

 

Right now, if a user selects multiple items from a choice question, they are thrown into a single string rather than an array and only populates if the column is Single Text.  This adds additional special characters and harder to perform metrics on in SharePoint.  At one point I tried matching the choice values from the form with the choices in a SP list, but it got cumbersome to manage both independently.  

 

It would be fantastic if there was a simpler way to map Form questions/answers to SharePoint list columns.

 

The only way I've figured to resolve this is to make a whole PowerApp form from scratch, which is not ideal and more time-consuming.

This is great feedback @Redders! Please note that you can click on an action ellipsis(...) and use 'Static Output' to disable select actions in your flow, we are looking to extend this to make it available to all flow actions. 

Redders
Continued Contributor
Continued Contributor

Thanks, I'll try this functionality to see how it works

Redders
Continued Contributor
Continued Contributor

Another way that the UI could be improved is to create a way to step through the automation and see what is happening at each stage. Many times have I needed to run a large flow just to find out that it has errors part way though. If I was able to step through the actions manually (even steps within a loop), I could see quickly that the data is not processing through and make amendments without having to run the whole flow/dataset

EricDesignTech
Regular Visitor

One thing that would help me a ton is if every initialized run counted as a run. Unfortunatly I can't troubleshoot or understand what error caused it not to run if I cannot see the errors because the errors are not shown unless it runs. It's also just weird that it doesn't show failed runs when the 28-day runs is the closest thing to a console log for troubleshooting. I'm unsure how anyone can use this if it won't show errors unless you have no errors. Weird.

takolota
Super User
Super User

Dataverse HTTP action

 

https://ideas.powerautomate.com/d365community/idea/bd4beb11-d4a6-4e62-96ea-4132b8d2fea0

 

There are many custom activities we could do with this, just like the SharePoint HTTP action. Without a way to authenticate through a Dataverse HTTP action, it’s too difficult & time-consuming for most users to request & set up an Azure account, create an Azure application, get admin consent for that application, discuss & adjust security settings with their IT department, and then finally set up the regular HTTP authentication in their flow before even getting to their actual HTTP call to perform something in Dataverse.

 

For example, we generally have batch CRUD options for SharePoint, Excel, SQL, & CSV, but there’s no way such a custom build could easily be shared & implemented with other users.

So this actually means things like Excel & SharePoint have a higher maximum daily automated throughput than Dataverse.


@Redders wrote:

Another way that the UI could be improved is to create a way to step through the automation and see what is happening at each stage. Many times have I needed to run a large flow just to find out that it has errors part way though. If I was able to step through the actions manually (even steps within a loop), I could see quickly that the data is not processing through and make amendments without having to run the whole flow/dataset


I love this idea.   Yes, please.

stayinginsync
Advocate II
Advocate II

Another issue I recently struggled with was Microsoft Forms and SharePoint Managed Metadata.  Maybe this is an issue for Microsoft Forms instead of Flow, but there is no way to capture Managed Metadata values when a form is submitted.  In order to make it work, I had to

  1. Create a list that mapped a plain text version of the answer to the Managed Metadata value
  2. In the flow, look for the plain text response that matched the value in the list
  3. Grab the Managed Metadata value in the Lookup table
  4. Use that value to populate the SharePoint list capturing the Form data
AngryAdmin
New Member

Hi, first thing to improve might be to fix the feedback form.

If you type more than a few lines of text or take to long, it will simply fail with

Authentication Ticket Mismatched, failed authentication.

Can't be bothered to list all those terrible UI flaws a third time, but here is my basic suggestion:

Get people from the Visual Studio team to help with the UI, it is like heaven and hell in comparison.

The UI for building flows inside the browser is unstable, all kinds of things are broken, hard to reach, cursor jumping for no good reason, scollbars next to scrollbars next to scrollbars. The actual flows work nicely, but designing them through the web UI is really a nightmare.

bgagnon
Advocate I
Advocate I

Hi @AnnaChu 

First of all, Thank you for the opportunity to give our feed back. Also there are alot of worthy comment and great ideas. 

 

I stared using Power automate a week ago as a SharePoint Admin/designer. My first comment is the interface to managed all the flows from the entire enterprise (10 000 users)  is unusable. We have several thousand of flows and we can only browse through them in pages that will load one at a time. If we do a search for a users flows and the page where they stand is not yet loaded there will be no result. We need an interface where we can search the entire database.

 

Thank you,

 

../Bruno

Dez_OC
Frequent Visitor

It would be amazing to have a break option, similar to debugging code where I can place a manual break in the flow somewhere without having to just use a terminate step, that way I can test out something and dive into the steps and analyze them manually, then continue on or end the flow if I found something wrong.

 

Thanks!

 

Dez

EricDesignTech
Regular Visitor

I’m curious, I know this is a long-shot and goes against the fundamental ethos of MS development cycle, but perhaps they can hire designers and have a design phase before development? Maybe even prototypes some things out and get some QA people involved who can explain their thoughts with design friendly language. Then after the design is in a good place THEN do the development.

That sort of exists - you can put in a "Terminate" step and the Flow will stop there. You can designate the type of termination, even a custom one. You can use those to test parts of the Flow without running the entire thing. Not exactly the same, but it does come in handy

Dez_OC
Frequent Visitor

Yep, and that was my point...I know we can do it that way, but that also forces you to end the task at the point rather than breaking to look at something, then continuing on after.  I use terminates now to look at each part as I develop it out, I'd just like more options to break and then continue.

jaydog21
Regular Visitor

I am having issues making a flow for a sharepoint list,  I have two columns i want to Multiply into the third column.  Help

Redders
Continued Contributor
Continued Contributor

@jaydog21,

 

You need to add a new message on this page https://powerusers.microsoft.com/t5/Building-Flows/bd-p/BuildingFlows 

 

Here is a good page to read before submitting your post 

How to write a good forum post

cymorg1
Advocate II
Advocate II

The expression designer needs improvement.  The display area is tiny and there are no built-in helpers (like you would see in MS Access).  As a result, long expressions are difficult to create/manage.  If the expression builder could pop out into another, bigger, element it would greatly improve the abilitiy to read these without copying/pasting them into a notepad. The icing on the cake would be proper intellisense built-in to that new element.

Hi @cymorg1 ,

you can activate experimental fonctionnalies to be able to have a larger expression windows.

 

..\Bruno

takolota
Super User
Super User

It would be much easier to help Microsoft help its users if the methods of sharing flows & other custom solutions across tenants didn’t have as many bugs.

https://powerusers.microsoft.com/t5/General-Power-Automate/Schedule-Recurrence-Trigger-Slows-Down-Fl...

msabau
Advocate III
Advocate III

It would be great to have a way to provide sample data to a flow while you're building it, instead of building, testing and then analizing the results.

I mean, let's say you make a connector with an expression that manipulates a string, it'd be great to provide the connector with some mock input and see the output in real time

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,953)