Is there a way to edit the stored value?

I store a value and if that value contains specific string such as symbols and punctuation mark, then I want to remove it and store it again. Is this possible? Thanks!

Hi. You can store the new value to the same variable. To manipulate the value, you can use storeEval with JavaScript string’s functions.

See all examples at https://github.com/katalon-studio/katalon-recorder-samples.

Hi Thanks Alex. I used storedVars then replace the symbols to “”. Thanks!

1 Like