How can I add the attachment PDF file containing symbols "[" and "]"?

Hi,

I want to be able to add the following attachment that contains “[” and “]” symbols.
How can I be able to attach this kind of PDF file?
It seems that UIPaht doesnt like this symbol

I wanted to use the activity CV Type into and use the text:

\tsclient\E\AMS Crew Department\P&O Crew L&D\Certificates\0099443RTS2#[Rigger Training Stage 3] Exp 18-08-2025 Trd 07-08-2023 Survivex_UK.pdf

but it failed

what did you use in the type into?

@mce

Can you please tell what issue you are getting and what you have done?

Cheers

i try to use the Type into activity to retrieve my file and attach it to my ERP line.

I put this in the text: "\tsclient\E\AMS Crew Department\P&O Crew L&D\Certificates"+Filename

and the filename is : 0099443RTS2#[Rigger Training Stage 3] Exp 18-08-2025 Trd 07-08-2023 Survivex_UK.pdf

but as the filename contains “[” I obtain the following error message :

image

we often escape a [ with an additional [ when using type into

0099443RTS2#[[Rigger Training Stage 3] Exp 18-08-2025 Trd 07-08-2023 Survivex_UK.pdf

Can you try?

Filename.Replace(“[”,“[[”)

1 Like

Hi @mce

CV Type Into , you can try to set the property SimulateType or SendWindowMessages to True . These input methods are less likely to get confused by special characters since they don’t rely on the hardware keyboard.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.