How can I delete rows of a List variable by compering a string value with it?

I have extracted the list of emails from a specific folder from my Outlook into a list variable. I would need to delete those emails from the list that does not contain a “CV Check” value in the subject line.

try to use linq query

Hi @sivapriya.s

  • Loop the list of mail using for each activity
  • Add an if condition to check the subject
  • Move the respective mail to Delete/Trash folder using move mail activity