I have text file and I have around 100 strings separated by , . I need to select a particular string and need to remove all strings before that particular string

Hey @Mohammed_Nawazuddin

If your desired text pattern is unique OR constant you can ‘collect it’ using Regex with one activity. Take a look here.
If you provide a Sample, expected Output, and tell us what is consistent / provide information on the Pattern.
You can also achieve this using String Manipulation.

Take a look here at these two posts:

Cheers

Steve