Power Automate Functions - CONCAT Function

Power Automate Functions - CONCAT Function


CONCAT Function

What is the CONCAT function?

CONCAT FUNCTION is used to concat two strings. Like first string has value =’Carlos's second string =’brathwaith’

Concat function concat these arrays and return Carlos Brathwaite

Description:

In this guide, we will discuss how to use the float function in power automation. Let us create a new flow. To create a new flow follow the following instructions:

Go to power Apps:

Power Automate Functions - CONCAT Function

Navigate to Flows:
Power Automate Functions - CONCAT Function

Click on the ‘New Flow’ button:
Power Automate Functions - CONCAT Function
After clicking new flow, select ‘Instant Cloud flow’ from the dropdown:
Power Automate Functions - CONCAT Function

Finally set its name and select ‘manually’ as flow trigger point:
In the below screenshot we set the Name of flow and its trigger point which is ‘Manually trigger a flow. Finally, click on the create button to create a new flow. 
Power Automate Functions - CONCAT Function

First, add INITIALIZE VARIABLE ACTION:
To initialize a variable select initialize variable action from the actions set. Then set its properties the same as mentioned in the screenshot.
1# INITIALIZE VARIABLE ACTION
INITIALIZE VARIABLE:
Initialize a variable having the following attributes. 
Name: set variable name
Type: set the type of variable as ‘array’
Value: CARLOS
Power Automate Functions - CONCAT Function

2# INITIALIZE VARIABLE ACTION
INITIALIZE VARIABLE:
Initialize a variable having the following attributes. 
Name: set variable name
Type: set the type of variable as ‘array’
Value: BRATHWAITE
Power Automate Functions - CONCAT Function

1# ADD COMPOSE ACTION
Add compose action to call Concat function
Power Automate Functions - CONCAT Function

CODE:
concat (variables ('STRING ONE'), variables ('STRING TWO'))

OUTPUT:
Output return us a both arrays together
Power Automate Functions - CONCAT Function



0 Comments

Thanks for commenting. Your comment will be live soon after approval.