In this blog, we’ll look at how to concatenate a string with a number in Power Automate.

For this, we will add a trigger that will trigger the flow manually. On that trigger, we will use text input and number input.

Then, using an expression, we’ll create a Compose action that will concat the text with the number.

concat(triggerBody()[‘text’],’-‘,triggerBody()[‘number’])

When we manually save and test the flow, it will ask us to input the text and number before clicking Run flow.

By concatenating, we can now see that the output is arriving as a string with numbers.

For any Help or Queries Contact on info@crmonce.com or +918096556344