Recently observed an odd behavior with my automation workflow that sends a custom alert message to a Slack channel. The trigger is based on today's date and 2 simple conditions. If those conditions match, then a customized message is sent to the Slack channel. The alert is run once a day at 1am.
This works perfectly when one row matches that day's date. However, when two rows match, I only get the designated column info displayed in the Slack channel, but NOT the customized message.
Anyone know why?