This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Hello! I have a single column of text that I need to concatenate into a single string, so this:
Bird
Fish17
81nine42
help!
...should look like this:
BirdFish1781nine42help!
This string will then be used as the start of a line of text further down the workflow. How do I accomplish this concatenation?
Solved! Go to Solution.
That worked great. Thanks!