Any way to preserve rich text formatting when updating a field?

When using an Update a field on a row action to move data from one rich text field to another any formatting information is converted to ascii. Bold styling in the source field becomes Bold styling in the destination field. Any way to get the formatting to be preserved?

Triple curley brackets is the answer. Using {{{}}} to include the merge field will prevent the HTML syntax from being escaped.

Hi Eric, thank you very much for circling back and sharing your resolution for this issue.