Print Variable's value in double quotes

Hello people!!

If my variable= “Some Value”

How to print it with double quotes??!

NOTE: We should not do any modification to the variable and its value.

Thanks in advance!!!

Hi @Rakesh_Sampath

Try this

variable_1= “Some Value”

then use Writeline activitiy to write the “Some Value”

“”“+variable_1+”“”

Try this

Mark it as solution if it resolves ur query

Regards

Nived N :robot:

Happy Automation :relaxed::relaxed::relaxed::relaxed:

1 Like

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