Skip to main content

Flows from the field: Service Bus Queues; Maintaining user security settings; Generating data; Grouping and summing

by Eamon McCarthy Earls
Assistant Editor, MSDynamicsWorld.com

Microsoft Dynamics 365 pros share their tips on using Power Automate with Service Bus Queues, to maintain user security settings,  to generate data or conducting grouping and summing.

Want to see your flow featured in a future edition of this series? Contact me with your example.

Managing Service Bus Queues

During the Build 2020 event, Microsoft indicated the availability of Service Bus Explorer in Azure portal, inspiring Microsoft MVP Joe Gill to write about Service Bus Queues in context of Power Automate. Message queues are a way of building scalable integrations between different platforms. If one application goes down, it doesn't matter because sending and receiving are decoupled. Power Automate has taken queues to a new level, cutting out the need for complicated coding.

In a demo, Gill created a flow to read JSON messages from a queue, kicking off a call to a UI Flow to undertake an RPA task. Users are able to create queues through Azure portal, designating a Service Bus namespace and securing access with Shared Access Signatures. The flow is able to read messages from the queue with the Listen policy connection. Fortunately, setting up the flow is straight forward. According to Gill, users need to trigger when a message is received on the queue, reading it in peek-lock mode, staying locked on the queue until its completion or removal. In a series of two actions, Gill parsed the message and called the UI Flow. He also updated concurrency control values to 1 to make sure only a single instance of the flow runs at a time.

Changing a user's business unit while maintaining security settings

FREE Membership Required to View Full Content:

Joining MSDynamicsWorld.com gives you free, unlimited access to news, analysis, white papers, case studies, product brochures, and more. You can also receive periodic email newsletters with the latest relevant articles and content updates.
Learn more about us here

About Eamon McCarthy Earls

As the assistant editor at MSDynamicsWorld.com, Eamon helps to oversee editorial content on the site and supports site management and strategy. He can be reached at eearls@msdynamicsworld.com.

Before joining MSDynamicsWorld.com, Eamon was editor for SearchNetworking.com at TechTarget, where he covered networking technology, IoT, and cybersecurity. He is also the author of multiple books and previously contributed to publications such as the Boston Globe, Milford Daily News, and DefenceWeb.