Trying to delete emails based off a spreadsheet

I am trying to use a spreadsheet with data that has the email address, the subject, I am trying to delete by subject using a variable/ data in the spreadsheet. I can not get the data from the spreadsheet to delete the email. Suggestions examples would be helpful. I can use the spreadsheet to create the email no problem, but using the Get Outlook Message and Delete outlook message with the loop is where I am struggleing

@vtonelli

In get outlook mail message activity you can use the following filter "@SQL=""urn:schemas:httpmail:subject"" like '%" + variablewithsubject + "%'"

Then you can pass the output to delete message

Cheers