is there a way to report specific items on the slack hook automation? Like if I wanted to report "max date downloaded" for example.
I have a special notification that will do this on fail signals, but part of that process is to actually raise the signal and call signals.FAIL(). Wondering if I could just do the opposite for success? Or would it end up being two separate slack messages, one being the automated slack flow success message, and the other being the custom signals.SUCCESS() ?