Formatting Issue in Node Red

Formatting Issues:

I recently started using Node-Red (LOVE IT!) but have run into a formatting issues that I can’t resolve:

I have a few different device trackers that feed into a format node that does the following:
msg.paylod is set to

Copy to clipboard

{
    "data": {
        "dev_id": "USERS_tracker",
        "location_name": "{{payload}}"
    }
}

Format is Mustache template
Output as Parsed YAML

The message then travels a little bit and ends up at a service call node that runs the device_Tracker.see on it.

If I use the developers tools to change the state of a device tracker to USER’S work, I get the following output from my format node USER & # 39 ; (no spaces) S work. how do I get a ’ instead of the & # 39 ; (no spaces) ?

For the time being I have a “change node” that has the rule

change msg.payload.data.location_name
search for (string) '
replace with (string) '