Blog Post

Azure Integration Services Blog
3 MIN READ

Introducing the New Azure Logic Apps Designer for Consumption: Faster, Smoother, and More Reliable

travisharris's avatar
travisharris
Icon for Microsoft rankMicrosoft
Mar 25, 2024

The Same Designer Everywhere

We have unified the designer experience for all our supported platforms with the general availability of the new designer for consumption. This covers standard Azure Logic Apps, the standard Azure Logic Apps Visual Studio Code extension, and our consumption Azure Logic Apps experience in portal.

What are the benefits of the new designer for consumption?

Our newly designed consumption interface provides numerous advanced features compared to its predecessor:

  1.         Enhanced Speed: With optimized loading and rendering capability, it smoothly handles large and intricate flows, ensuring a seamless workflow.
  2.        Complex Workflow Support: This new design outperforms the previous one at managing intricate 'run after' scenarios. While the old design often led to workflows looping back on themselves, which made any moderately complex workflow hard to follow, the current design offers a clearer and more user-friendly layout for navigating these workflows.
  3.        Intuitive User Interface: The revamped interface aims at user-friendliness and easy navigation, facilitating smoother editing and less complex operations.
  4.        Innovative Functionalities: Building upon the feedback from last year, we added new and improved features, such as:

           ▪            Copy and paste actions

           ▪            Re-submission from action

           ▪            A simpler token picker, designed for writing complex expressions with ease

  1.        Accessibility: Thoughtfully designed from the very start to promote inclusivity, we've improved aspects like keyboard navigation for enhanced speed and ease of use for those who need it.
  2.        Future Enhancements: We’ve made the new designer open-source for community usage and feedback. This transparency fosters a co-creative environment where we grow and improve based on your valuable input. Your feedback directly influences our future enhancements and decisions. Another important note about future enhancements is that for UX only features (not requiring the backend support), we can make features available across all of our designers on day 1 since they share a single code base.

What if I want to use the old designer?

We appreciate your feedback if the new designer does not suit your needs for any reason. Please create an issue at https://github.com/Azure/LogicAppsUX or email us directly at laux@microsoft.com  .

 

However, if you still want to use the old designer for any reason, we will keep it as an option for now. You can access it by clicking “Enable Legacy Designer” from the command bar of the designer. You can also force it by going to https://aka.ms/lafallback if you have any trouble accessing the designer for any reason. The legacy designer will not be fully supported in the future, it will not receive any new features or updates. We plan to keep it as long as we can though for those who prefer it.

What's next for the new designer?

Some of the features we are working on for the new designer include:

  1. Continuing to improve performance and reliability for all workflows, from very small simple to large and complex.
  2. Better support for workflow power users, such as having multiple action panels open side by side
  3. Support for more Azure Logic Apps features and connectors, such as triggers, conditions, loops, variables, parameters, expressions, and custom connectors.

 

We will be adding more iteratively, from larger features to small items to make the experience better. If there is anything more you’d like to see in the designer, we invite you to open an issue on our GitHub repo: https://github.com/Azure/LogicAppsUX .

Updated Mar 26, 2024
Version 2.0
  • MRosLtu thanks for catching that, I updated the article. We did use the same fallback URL for consumption as well as standard.

  • EtienneFiset  the new designer shouldn't be lacking any capability that the old designer had other than a very select few niche scenarios that werent' actually supported but the result of a bug/hack that had been in place. If you find any, let us know more at the Github Link in the article and we'll investigate.

  • dan1090's avatar
    dan1090
    Copper Contributor

    Will the editable "Logic App Code View" be going away? It is an easy was of sharing code snippets with other developers.

  • EtienneFiset's avatar
    EtienneFiset
    Brass Contributor

    Does all the new functions/Operator will be documented official from Microsoft ? I didn't find doc about that, possible to be directed to it ?

  • PowerNinja422's avatar
    PowerNinja422
    Copper Contributor

    Do we really lack the possibility to add comments in the new designer? I can't see previously commented steps nor can I add new comments.

  • PowerNinja422 sorry I had to test this on my phone but commenting seems to be working just fine for me. Please file a GitHub issue if it’s not working for you as well.

     

     

      

  • mgrande0220's avatar
    mgrande0220
    Copper Contributor

    I have the same question/concern as dan1090. We we use editable code view often, and it'll be hard to do certain things without it. For example, resolving issues with formatting around New Lines can be cumbersome without going into the code view and throwing some \n's in.