Attachment name (workflow)

doubts
New Member

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 Solved
0 5 260
1 ACCEPTED SOLUTION

For example LEFT([Column],5) or RIGHT([Column],2)

View solution in original post

5 REPLIES 5

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)

Top Labels in this Space