Forum Discussion
AjayS
Nov 13, 2025Copper Contributor
Is there a way to concatenate or join the values contained in a variable with a string.
I have generated a dynamic folder path and the only way to get the folder path is via the values i have stored in a variable. I have to execute the create file connector in sharepoint but i want to a...
- Nov 13, 2025
Use the ampersand (&) to join, or concatenate one, or more text strings to produce a single piece of text.