I am capturing the dynamic value from a webpage (Ex: Customer name) and I want that variable to be attached in between a string value.
When I tried placing a variable inside a string value, it just add that variable name only to the string.
Help me with how to attach the variable within a predefined value in Power Automate Desktop.
In the attached screenshot, I have a variable called CustomerNumber with value set as "1372298" and I want to add this value in between a text like "Customer with Account Number <CustomerNumber> is valid in the system" and It will be populated in the text filed of one of the desktop application.
But when I use {x} and attached CustomerNumber within a text value, it just print as CustomerNumber only, it's not providing the value within the string.