Alternatively to the “Replace in string”-Step, the “Modified JavaScript value”-Step can be used to replace something in a string. eg. here to replace a carriage return with a white space:
var Author = replace(Author_seperated, “\r”,” “)

Alternatively to the “Replace in string”-Step, the “Modified JavaScript value”-Step can be used to replace something in a string. eg. here to replace a carriage return with a white space:
var Author = replace(Author_seperated, “\r”,” “)
In the “Replace in string” step you can also use RegEx to remove variable content.