Creative

How to use Coalesce function in Power Automate

In this blog, we will show how to use Coalesce function in Power Automate The most common case in Power Automate is to verify null data and default to a certain value. It is simple to achieve with Power Automate by using the Coalesce Function. Create an instant cloud flow and provide a tri...

Creative

How To Encode and Decode URL In Power Automate

/*! elementor – v3.12.1 – 02-04-2023 */ .elementor-column .elementor-spacer-inner{height:var(–spacer-size)}.e-con{–container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(–container-widget-width,var(...

Creative

How to create Appointment For Customers Using Canvas App

In this blog, we will show how to create appointments for customers using canvas app First create blank canvas app with phone layout next create a new screen with form template Next click on datasource and select appointments Next add Regarding in the form Now select the regarding data car...

Creative

How to use Max function in Power Automate

In this blog, we will show how to use max function in Power Automate create an instant cloud flow and provide the trigger as Manually trigger a flow and click on Create as shown in the below figure. Next take an initialize variable and provide the Name, Type and Value Next take parall...

Creative

How to highlight selected gallery item in Power Apps

This article goes into detail on how to highlight the selected items in a Power Apps gallery. To do this, follow these steps. Open  make.powerapps.com. Next create a new blank Canvas app Next add a vertical gallery on the Power Apps screen and then Link a data source to the galle...

Creative

How To Use Less Function In Power Automate

In Power Platform, at times we must compare values to identify whether the given number is less or not. In Power Automate, Less Function can be used quickly to find out whether the given integer/float is less or not by comparing with a number. Click on New Flow and select in...

Creative

How To Use Take Function in Power Automate

Click on New Flow and select instant cloud flow and provide the trigger as Manually trigger a flow and click on Create as shown in the below figure. Name the flow as TakeFunction and take a parallel branch and one side of branch take an Initialize va...