Hi everyone,
in a workflow i want to create a string column with a link (composed by: “file directory”“file name.jpg”) to a local directory in my PC. I used the node “column expression” to create the string using the function join.
Here is the code:
join(“C:\Users\andrea.ruggeri\Desktop\Nuova cartella (2)\febbraio_Ra\WFM_HttpServer\foto\odl”,“file__name.jpg”)
My goal is to obtain this string “C:\Users\andrea.ruggeri\Desktop\Nuova cartella (2)\febbraio_Ra\WFM_HttpServer\foto\odl\file__name.jpg”, but when I run the node, I have serveral alert about the syntax of the code in particular with the slash charachter.
How do I manage this problem?? there is a better way to create this link?
Thank you in advance!
Cheers
Andrea