Hello, I have the following question: I have a column called card code in which the code has 5 letters and 2 numbers (example: abcde / 12). When I use this column as โAttachment nameโ, the application spreadsheet understands that the โ/โ in my column code should be separated as a folder. Is there any way to change that? Unfortunately I cannot replace the โ/โ with another symbol, as it is the default code.
Solved! Go to Solution.
For example LEFT([Column],5) or RIGHT([Column],2)
You can fix that if you remove the โ/โ away from that file name in your Workflow role. Something like SUBSTITUTE([card code],"/",""). Then the file name will be abcde12.
But I cannot remove this โ/โ, because it is standard. All codes must be written this way
Iโm afraid thatโs how it worksโฆ if you have โ/โ with your file name, it will generate extra subfolder.
how do I get parts of a text? For example, take the first part before the bar and the part after the bar? EX: abcde/12
For example LEFT([Column],5) or RIGHT([Column],2)
User | Count |
---|---|
15 | |
12 | |
9 | |
8 | |
4 |