Creative

How to use CheckBox Control In Microsoft PowerApps

Login to Powerapps and the home page will be opend as shown in below. From the menu we need to choose “New Screen”. Go to the Insert menu, control and drag the CheckBox control. Drop the CheckBox Control on the screen.Rename the CheckBox name to chkReserve. Change the Content â...

Creative

How to create Cascading Dropdowns in PowerApps

Cascading dropdowns are a powerful feature in PowerApps that allows you to filter data by selecting one or more dropdown controls. This can be useful for many scenarios, such as selecting products based on categories or filtering data based on location. In this blog, we will explore how to...

Creative

How to Convert GMT to local time in Microsoft Flow

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. Choose an operation as Initialize  variable and provide the values. First case we will see input with expression as utcNow() Take anothe...

Creative

What Is The Use Of Add Days 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 AddDays and Choose Compose operation and provide the following...

Creative

How to use trim function in Power Automate

In this blog, we will show how to use trim function in 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 take initialize variable and add the values showing in the below im...

Creative

Usage Of Union 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. Give the flow with name “UnionFunction” and create a parallel branch with a variable that is initialised and has values on ...

Creative

How to use empty function in power automate

In this blog, we will show how to use empty function in power automate. Sometimes, it’s necessary to check whether the JSON object, string, or collection in question contains any empty values. Empty Function in Power Automate can be rapidly used to determine whether an empty value is...

Creative

what is the use of Int 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. Name the  flow as an Int function, and initialise a variable. Take compose function and provide input value under the expression t...