Skip to main content

I want to concatenate two properties with a “/” in the middle. When I try using CONCAT(property-1,property-2), it works fine. However, when I try using CONCAT(property-1,”/”,property-2), it doesn’t work. Could soemone let me know what is the issue here? 

 

Thanks a lot!

Nvm, I tried using CONCAT(CONCAT(property-1,”/”),property-2) and it worked.


Glad that worked out @jj41 ! Thank you so much for sharing your findings here as well!


Reply