Forum Discussion

AjayS's avatar
AjayS
Copper Contributor
Nov 13, 2025
Solved

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 add the library path along with the dynamically generated folder path for it to execute but i am not able to do so. I cant concatenate the library path initially with the variable either as it is used as folder path for the create folder connector. Does anybody know a way to solve this

  • Use the ampersand (&) to join, or concatenate one, or more text strings to produce a single piece of text.

5 Replies

  • AjayS's avatar
    AjayS
    Copper Contributor

    Hey, Yes it was helpful. I used the & and joined the string. but I found the solution as using the the function of Topic.  and calling the variable too worked. So Yes it worked out in the end.

    Thank you

  • UhLukas's avatar
    UhLukas
    Iron Contributor

    AjayS​ | Do You Have Any Other Questions Or Any Other Issues I Am Starting To Notice That Your Currently Inactive Just A Quick Check Up If You Are Still Active On This Thread

  • UhLukas's avatar
    UhLukas
    Iron Contributor

    AjayS​ | Go Here: https://www.google.com/url?q=https://support.microsoft.com/en-us/office/introduction-to-sharepoint-formulas-and-functions-94e1b4cc-cd1c-49c2-80ec-90c9b9591f47%23:~:text%3DUse%2520the%2520ampersand%2520(%2526)%2520to,a%2520single%2520piece%2520of%2520text.&sa=U&sqi=2&ved=2ahUKEwi088CZkvCQAxWhUkEAHaM2LPAQFnoECBQQBQ&usg=AOvVaw1Cmpa-46M1DSpn08Osg3V-

  • UhLukas's avatar
    UhLukas
    Iron Contributor

    Use the ampersand (&) to join, or concatenate one, or more text strings to produce a single piece of text.

Resources