Blink a row of a table

I have a table that I am pulling data from a SQL database. I am trying to get a row to blink based off having a specific value in one of the fields.

Also, I’m wanting to get a row to blink based off a date value as well. So, if the date has passed, I want that row to blink a different color.

Is there a way to get this done? I have tried using a Threshold based off the value of the column I’m trying to use, but it never blinks. Am I doing it incorrectly?

Also, I can’t seem to even get any color to display on the table at all. Is there something I am missing from the setup of the column or table or something?