Save the modification of a Variable

Hello

How can i save the modification if a variable as a new variable or replace the original value?
what i am doing is the following. I am reading in a string and use Regex.Replace to clean it. I tested it in a write line activity but i am unable to save the result string to the original or a new variable.

Thank you in advance
Florian

1 Like

Hey @Florian,

Welcome back…

You need to make sure two things,

  1. Have you passed the string to be replaced
  2. Have you stored the string in a variable after performing replace

Here is the sample for you.

Thanks :slight_smile:

Thanks :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.