Wednesday, April 13, 2022

How to Concatenate String in Canvas PowerApps

Introduction:


In this Blog we will see how to Concatenate String in Canvas PowerApps


Implementation Steps:

 

1. Navigate to https://make.powerapps.com

 

2. Click Apps --> Click New --> Select Canvas App --> Then Input Canvas Name and Select Tablet or Phone and  Click Ok

 

rampprakash_0-1649846493428.png

 

3. Add a Label Field By selecting Insert 

 

4. Using C# or Any Other Code we can Simply Concatenate the Values like below

  • "Hi" + " Welcome" + " to" + " PowerApps"

5. But in Canvas we need to use it in Different way

 

Lets see how we can Concatenate in Canvas PowerApps

 

Instead of using + we need to use & Operation for Concatenating the String values

 

 

"Hi"&" Welcome"&" to"&" PowerApps"

 

rampprakash_1-1649846837792.png

 

That's it :slightly_smiling_face: 

No comments:

Post a Comment

How to Run Microsoft Flow for Every one Month

Introduction: In this Blog we will see how to Run Microsoft Flow for Every one Month. Implementation Steps:   1. Navigate to  https://make.p...