


Power Automate Tips – Part 1: Local Cache
This article is part of the series of useful tips and tricks that can be used in Power Automate flows. In part 1 of this series, I will explain how to reduce the number of queries that are executed in a flow by creating a local dictionary to act as a cache. Creating a...
A Expand/Collapse a BPF in Dynamics 365
Business process flows or BPF’s provide a streamlined user experience to lead people through processes that their organization has defined. Below is how a BPF renders right out of the box: We also get options to either pin this stage or to close it using the controls...
Adding bold labels/text in a form in Dynamics 365
It isn’t possible to control the look and feel of text on a form when configuring it within dynamics in an out of the box way. We recently had a requirement from a client to make some labels bold on a form and this is how we achieved it. It can be done using a few...
Retrieving a List of All Rollup Fields
Dynamics has a limit on the number of Rollup fields that can be created of 10 per entity, and 100 per environment. Recently the question came up regarding how many rollup fields have already been created for a particular environment, and how many more we can create...