CRMONCE

Creative

How to Get Dataverse records count using Power Automate

In this blog, we will show how to get Dataverse records count using Power Automate. Click on New Flow, then choose Instant Cloud Flow and enter the trigger as Manually trigger a flow, then select Create as seen in the figure below. next add List rows from Dataverse and provide your table n...

[rt_social_links]
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...

[rt_social_links]
Creative

How to use search, lookup and filter functions in Power Apps

In Power Apps, the search, lookup, and filter functions serve different purposes: Lookup: The Lookup function is used to retrieve a specific record from a data source based on a matching value in a specific column. It is commonly used to retrieve a single value from a related table or list...

[rt_social_links]
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...

[rt_social_links]
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...

[rt_social_links]
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...

[rt_social_links]
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...

[rt_social_links]