Deleting an entry if two values do not match

Hello, I thought this would be quite a bit easier for me to figure out, however I have run into an issue. I have a database that looks like this.

If the candidate name is the same as the projected winners name, I want to make the value “delete” to no.

This is my workflow

Untitasdssled
Untitasdssled222222

It does not work at all, so iv’e done something way wrong. Just was wondering if anyone has an idea as to what I am doing wrong or what I should do instead. Thanks!

1 Like

Hey There,

Would it help to use the “When condition is true” feature. You could use a workflow like this for example. Delete DATA :count #2nd item only when contains …

You kinda see what I’m getting at? Let me know if I can help further.

1 Like

Thanks for the reply :slight_smile: figured my issue out though, I was wrong to add :converted to list to this constraint, removing that solved my issue

1 Like

Awesome! Learn something new everyday I guess.