Hi @RACHEL_PAUL
Use Assign activity
YourVariable = System.Text.RegularExpressions.Regex.Match("APPROX.634","(?<=APPROX.)\d.*").ToString
Output -> 634
Regards
Gokul
Hi @RACHEL_PAUL
Use Assign activity
YourVariable = System.Text.RegularExpressions.Regex.Match("APPROX.634","(?<=APPROX.)\d.*").ToString
Output -> 634
Regards
Gokul