these apply properly, but if the comments contain ...
# general
k
these apply properly, but if the comments contain g2g and its dated in the past, it only applies the g2g criteria
p
That's how a case statement works. Once it finds a match it applies it and then stops.
You might consider moving G2g and date in the past to the top of the case statement
k
ok, so its completely sequential until it finds matching criteria and then ends?
p
That is how I understand it.
k
if so, that with work perfectly
thank you for the help
👍 1