CRMONCE

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

[rt_social_links]
Creative

Usage Of Skip Function In Power Automate

Introduction In Power Platform, at times we must skip few elements from an Array or few characters from a given strings. In these scenarios, Skip function in Power Automate can be used. As an example Employees String Array and Employee Name String variables are used to explain this behavio...

[rt_social_links]
Creative

Usage Of Workflow Function In Power Automate

IntroductionIn Power Automate, to get the information about the flow that is running workflow function is used and one of the common scenarios in case of failures send notifications in the form of an email to a particular user with the flow name and the environment that the flow ran. Step ...

[rt_social_links]
Creative

How to Cancel Flow And Run Action In Power Automate

Generally, in certain scenarios, we must cancel current flow if at all some condition was not met. So, without opening each flow in the consolidated list of flow runs we can easily find which flow runs passed and which are canceled. In Power automate we can achieve this by using Cancel Flo...

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

[rt_social_links]
Creative

How To Get Dataverse Web API Endpoint Details In PowerApps

Web API is the web service that can be used to work with data, and table and column definitions in Dataverse and it provides a development experience that can be used across a wide variety of programming languages, platforms, and devices. The Web API provides a RESTful programming experien...

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

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

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

[rt_social_links]