Hardcoding literal values
Populate the Source pane of the Action Properties pane as you would Tcl. Use the equal sign to hard-code a literal value into the destination value.
Escape characters must be used for certain sequences. For example, to add a
forward slash to a field, escape it with a back slash. The code would then look similar to
=\/
.