top of page
Search
All Posts


How to get all product backlog items from Azure DevOps with Power Automate/Agent Flows - The easy way
Recently, I played around with Azure DevOps again and I found a better and easier way to get all the product backlog items from Azure DevOps in Power Automate or Agent Flows. Here is the last blog post for reference: https://www.matthiasschmitz.com/post/how-to-get-all-product-backlog-items-from-azure-devops-with-power-automate Here is the action that you need to use to retrieve all different kind of items from Azure DevOps: There is also some documentation from Microsoft if y
Matthias Schmitz
2 days ago1 min read
Â
Â
Â


How to get all product backlog items from Azure DevOps with Power Automate
There is an updated version on how to retrieve items from Azure DevOps: https://www.matthiasschmitz.com/post/how-to-get-all-product-backlog-items-from-azure-devops-with-power-automate-agent-flows-the-easy-wa Normally you would think it should be quite easy to retrieve the product backlog items (PBIs) from Azure DevOps since it is all Microsoft and there are super nice connectors but it actually is not. To be fair there is the "List work items" action but you need to enter th
Matthias Schmitz
Jan 132 min read
Â
Â
Â


How to hide related entities on a model driven app form
In a recent project I got the question how to hide related entity of an entity several times. So, here we go. New blog post. This is actually something that Microsoft made easier with the new UI of the model driven app editor. And you do not need any scripting whatsoever. You just go the form in which you want to hide the related entities. You click on Related and on the right side you can select Hide as seen in the screenshot on the right side: If you want to achieve the sam
Matthias Schmitz
Nov 25, 20251 min read
Â
Â
Â


How to find a Teams channel message with Power Automate
In a recent project I had the need to find a specific message in a Teams channel which was one of many replies to the initial channel message. I could not find an article about this online, so here we go! To demonstrate this, I chatted a little with myself and sent channel replies back and forth: In this example the Request number was sent as a channel message and we need this in a flow. And yes, I know, the example is not the best but it will be helpful nevertheless :) To ac
Matthias Schmitz
Aug 14, 20251 min read
Â
Â
Â
bottom of page