Hi
I need to convert split function from storeEval to executeScript_Sandbox
COL 1 Value = Cat-Dog
First_Value = Cat
Second_Value = Dog
Separator = -
This is my old code deprecated, I need to adapt it to the executeScript_Sandbox
Thanks
{ "Command": "storeEval", "Target": "\"${!COL1}\".split(\"-\")[${0}].trim();", "Value": "First_Value" }, { "Command": "storeEval", "Target": "\"${!COL1}\".split(\"-\")[${1}].trim();", "Value": "Second_Value" }