Hi all,
Is there a way to run a replace method ("find this", "replace with this") on {{memory.string_value}} at runtime? We've tried {{memory.string_value.replace(...)}} and {{memory.string_value.sub}} but that doesn't seem to work.