Creative

Five Things to Do While Building Power Automate Flows

In this blog, we will see some very basic but important things to do while building Power Automate flows. There can be two scenarios in building Power Automate flows, one where you have a small approval flow which needs less maintenance, and a second where you have a very long flow which r...

Creative

How to Create, design and edit forms in Dynamics 365

 Dynamics 365 Customer Engagement (on-premises), forms provide the user interface that people use to interact with the data they need to do their work. In the default solution or an unmanaged solution, you can create new forms or edit existing forms for all entities that allow form custom...

Creative

How to create Entity Forms in Dynamics 365?

Entity Forms in Dynamics 365 are used to show and hide the controls on a form and hiding or showing columns in a view. In Microsoft Dynamics 365, we can create 4 type of forms they are : Main form, Quick view form, Quick create form and Card form. To create entity forms in Dynamics [&helli...

Creative

How to use Union Function in Power Automate

On the Power Platform, we occasionally need to join a few Arrays or objects. The Power Automate Union function can be used in these situations. Examples of this behaviour were given using Person String Array and Cars String Array. Create an instant cloud flow and provide the trigger as M...

Creative

How to use Do Until in Power Automate

In Power Automate, we occasionally have to repeat some actions until a condition is satisfied. In these situations, we use the Do until function as an example. In this case, the counter number will be increased until it reaches 4. To initialize a variable, we will now add an additional act...