CRMONCE

Creative

How to Customize Dynamics 365 Colors and Logo using Themes

In Dynamics 365, you can set the logo and colors of the organization through “themes”. To access themes, go to Settings->Advance settings>Customizations: – Select Themes: Here you will see any existing themes in the system, as well as what is marked as the current “defaul...

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

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

[rt_social_links]
Creative

How to concatenate a string with a number in power automate

In this blog, we’ll look at how to concatenate a string with a number in Power Automate. For this, we will add a trigger that will trigger the flow manually. On that trigger, we will use text input and number input. Then, using an expression, we’ll create a Compose action that ...

[rt_social_links]