PowerApps Canvas App String concatenation
- Login to https://make.powerapps.com
- Navigate to Apps -> New app -> Canvas -> Give Canvas Name and Select Tablet or Phone and Click Ok.
- Add an input field say Label by selecting Insert
- Add text and use '&' to concatenate more than one string and display in the same label
- sample : "Hi" & " Welcome" & " to" & " PowerApps"
*This post is locked for comments