Skip to Content
0
May 21, 2020 at 05:48 PM

"find and replace" while setting memory values

44 Views

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.