Concatenate() We have already seen in the above example how concatenate can be used to combine/joint multiple string values into one. Syntax of Concatenate function, Concatenate(String1 [, String2, ...] ) It returns concatenated string. Example If you want to combine two three field values ...
I’ll start with the Flow, and this time we’ll use one input only. And this is where it get’s a bit nasty. A Flow can only accept strings as input from PowerApps, not a collection of items. To overcome this, I’m concatenating the data into one string in the PowerApp, and th...