CRMONCE

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 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]
Creative

How to create pdf from email using Power Automate

We’ll learn how to convert an email to a PDF in this blog post. An email sent by a user, for example, will be converted into a PDF and uploaded to the selected document library. The actions are as follows: Click +Create > Automated cloud flow.  choose the trigger “When a ne...

[rt_social_links]
Creative

Get text or name value of lookup field in power automate

In Power automate sometimes we need to pick the Name Text of the lookup field. When we assign directly it will give you the GUID so we have to do some tasks. If you get the output body you can see for every look up control we have five tags in the output. For example […]...

[rt_social_links]
Creative

How to Convert Decimal to Whole Number in Power Automate

In this blog we can see how to convert a decimal number into a whole number using power automate. Login to power automate using “make.powerautomate.com“ Create an Automated cloud flow using “When an item is created in share point list” trigger. Enter site address &a...

[rt_social_links]