Hello @RACHEL_PAUL
You can use Matches activity and provide the expression as (\d) as in the below image.
CInt(MyList(0).ToString)<500
Above expression to convert String to Integer. MyList is the output of matches activity.

Hello @RACHEL_PAUL
You can use Matches activity and provide the expression as (\d) as in the below image.
CInt(MyList(0).ToString)<500
Above expression to convert String to Integer. MyList is the output of matches activity.
