How to Remove '/ ' while save file

image

This is my file but when i download it gives an error file name is not valid and without '/ ’ all file are download then how i remove '/ ’ from file name while downloading

Hi @yogitagaikwad2206 ,

We will not be able to use certain characters in a file name :
image

how i remove '/ ’ while save file

@yogitagaikwad2206 ,

Does the file name insert automatically in the file name field ? Have you already automated this step ?

You would basically require to use Get Text activity to get the text in the field and then type the value again by performing a replace.

YourGetTextValue.Replace("\","")

A better method would be to use a custom file name that you could define and perform the Type Into in the field.

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