Backslash Automatically Added to URL

Hi guys,

I’m pulling a record from Airtable on Make to map the Body variable output by the module. This Body variable is a message I’ll send to contacts and the message contains a URL.

The thing is, Make automatically adds a backslash to the URL right before the underscore in it despite the original URL in the Airtable not having it.

I managed to go back to the original message using get() and split() combined. But why does Make escape the underscore _ in this case?

Thank you for your help.