Add double quotes to an arguement

i am getting an argument from another workflow
and i want to add double quotes to the string i.e. that argument
like i am getting : rpa testing
but i want to convert it to : “rpa testing”
so how can i do that?

@Aishwarya_Bhargava ,

Try like this

"""rpa testing"""
"\"rpa testing\""

i have rpa testing in an argument

@Aishwarya_Bhargava ,

Check on this,