WONDERFUL function.. works fine but … please …
the example and the function description in the method editor are a bit confusing:
//Returns the text with replaced
utils.stringReplaceTags('this is a test',foundset);
WONDERFUL function.. works fine but … please …
the example and the function description in the method editor are a bit confusing:
//Returns the text with replaced
utils.stringReplaceTags('this is a test',foundset);
bad example…
try this:
utils.stringReplaceTags(‘The order id is: %%order_id%%’,foundset);
or
utils.stringReplaceTags(‘amount:%%amount%%’,orders_to_orderdetails);