Hi @RACHEL_PAUL
You can use Regex expression?
You can try this expression in IF activity
System.Text.RegularExpressions.Regex.Match("APPROX.634","(?<=APPROX.)\d.*").ToString < CDbl(500).ToString


Regards
Gokul
Hi @RACHEL_PAUL
You can use Regex expression?
You can try this expression in IF activity
System.Text.RegularExpressions.Regex.Match("APPROX.634","(?<=APPROX.)\d.*").ToString < CDbl(500).ToString


Regards
Gokul