In this post, we will concatenate two strings using MS Flow. The first string, I will hardcode and the second string I will take it from the initialized variable.
Initialize a new variable of type string. I will give the value as bots.
Add a new Compose step with the following expression.
concat('jd', ' ', variables('var1'))
Below is what the complete flow looks like.
Save the flow and test it. Open the Compose and see the output from the Flow run history.
