Solved Replace " character as _

rpaccount

Member
Hi all,

I need to replace " with _
I'm using this replace action

Replace([InputString],""","_")

I can't rmb how to treat ". Can anyone kindly help?
Thanks!
 
Top