Folder naming using backslash

Hello, I'm trying to create a folder in google drive named dinamically using values from a row that needs to include a backslash as part of its name. Is it possible? 

Gianlucapozza_0-1712747127201.png

In the appsheet editor, to obtain the selected folder I've used:

CONCATENATE("/Interventi video/";CONCATENATE([Comune];"_";[Indirizzo];"_";[Anno ODI];" ";[Numero ODI]))

On the contrary, if I need to integrate the backslash a new subfolder called "999999999" is created under "test_TEST_2024"

How can I solve this issue?

0 2 74
2 REPLIES 2

Hello there,

You can't use backslashes there, as you can see, Google Drive will interpret that as it being a separate subfolder, maybe you can find a symbol that looks like a backslash but isn't one, but I haven't checked.

That could be a workaround, but having a symbol that resembles a backslash could be an issue caused by using special characters

Top Labels in this Space