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”,” “)
Using the “Modified JavaScript value”-step you can call functions in java script, like Math.max().