Remove backslash and double quotes from string

image

@basuraj.kumbhar

Use Replace Activity

Check as below

Mark as solution if this helps

Thanks

Try Str.Replace(""\","").Replace("""","")

Thanks @sumitd and @Srini84

image

This worked for me :slightly_smiling_face: