Trying build a workflow that will query a column in a SQL table that contains states abbreviations (about 3000 records) that will count different values in that column. I need to keep a running count of each state in the list, then take action when the count reaches 5 for any state.
I'm trying to avoid addressing each state independently.
Any suggestions would be appreciated!