Solved
How do I add a "-" to a string?
- October 23, 2025
- 1 reply
- 213 views
Hello all,
I am very new to Fusion. Does anybody know how to add a dash if there is a space between two text. For example, I have a string called "Workfront Fusion", but I want the string to be "Workfront-Fusion". I have tried using replace and " " (as blank space), and "-" (as the replacement string dash). However, this still returns without the dash. I also have lower to bring all the string to lower case.