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 Setup Dynamics 365 integration with SharePoint

In this blog, we will show how to setup dynamics 365 integration with SharePoint Navigate to Advanced Settings by clicking Settings (a cogwheel icon on the top right). Please make sure you are logged in as a user with Admin rights if you can’t locate this. Open settngs and select Sys...

Creative

How to convert string to JSON in power automate

In this blog post, we’ll show how to use Power Automate to convert a string with JSON content into a JSON object. Instead of the JSON Array, we will use the JSON Object. Create a string variable and set its initial value to the JSON object. I’ve already initialized it. You migh...