
Conversations analytics in Microsoft Teams with Azure Cognitive Services
I'm working on a new garage project, or better said "cellar project", as that's the place my home office is actually located, which I...
I'm working on a new garage project, or better said "cellar project", as that's the place my home office is actually located, which I...
Conversational AI is top of mind for me. In the last two years, I built several bots based on the Microsoft Bot Framework to learn about...
Build is running and it's deeply impressive how every single service, product and product groups are moving ahead in very fast speed and...
Currently, Microsoft Flow's Twitter Connector doesn't support direct @mentions from it's "Post a tweet" activity. Hashtags are supported,...
In this blog series, you will learn how to apply a "State Pattern" based on Azure Queue Storage to your Flow solution architecture. This...
In this article, you can learn how to build an enterprise document approval process for Modern SharePoint with Microsoft Flow....
Think of the “Controller Flow” as the main entity, handling the overall state of the process and being stateless itself. Compared to...
Think of "Worker Flows" as small, dedicated Flows, executing specific process steps or activities. Kind of like a function in grown-up...
Think of the post processor as a Worker Flow, primarly responsible to keep a centralized log of all approval activities and detailed...
Queues are providing us with enterprise software capabilities at our fingertips for a very reasonable price. The impact on the solution...
Error handling and notifications are a basic requirement piece of technology. This solution makes use of Azure Storage Tables to keep a...
State is transfered between controller and workers in a JSON object. This approach is very flexible and can basically contain any data,...
As you already might have noticed, I'm a big fan of state patterns in Flow. Please read my top 5 reason why and see if you can benefit...
Back in early 2018, a customer asked for a recommendation to replace their SharePoint 2010 OOTB document approval workflows with a more...
Error handling and notifications are a basic requirement piece of technology. In #Flow, error handling is currently still in...