Create folder issue

can u show me the variable panel?

Hi,

We cannot use colon character : in file path. Can you try to remove : ?

Regards,

HI @Manju_Reddy_Kanughula

In the variable reportFolderPath remove " TaxID: " in the values

Regards
Sudharsan

How do I remove it

image

Hi,

Please add the following at the end of the expression

.Replace(":","")

Regards,

1 Like

Can you share screenshot the opening this? @Manju_Reddy_Kanughula

Instead of Client ID , Replace as "Tax ID: " @Manju_Reddy_Kanughula

Is this correct?

ClientID.Substring(ClientID.IndexOf("TaxID: β€œ) + β€œTaxID: β€œ.Length).Split(Environment.NewLine.ToCharArray)(0).Replace(”:”,” ")

@Manju_Reddy_Kanughula Yes , I think you dont need Replace(β€œ:”,β€œβ€) but its not a problem, try this way

While creating folder, its should not contain any special character while giving folder name. If its replace it with empty string.

Thank you for your effort…

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