I’m attempting to take a string and use the expression node to replace commas with \n. Then udpate a custom object with that string using the web request node.
When I send the call from Postman the new lines are recognized. When I send the call from the workflow the \n are recognized as characters. Is there a way to create a new line using placeholders in the web request node?
First entry is from Postman. The second is from the workflow