can u show me the variable panel?
Hi,
We cannot use colon character :
in file path. Can you try to remove : ?
Regards,
In the variable reportFolderPath remove " TaxID: " in the values
Regards
Sudharsan
Hi,
Please add the following at the end of the expression
.Replace(":","")
Regards,
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.