Dear Majestic Alteryx Community,
I'm trying to get the Message tool to throw a Warning/Error if the DownloadData blob size is 3 Bytes or less. I'm having a hard time figuring out what to do and if there's a way to filter the raw DownloadData column (a blob data type) for the Message tool to trigger something.
Example of the flagged DownloadData that I'd like a Message thrown:

Example of the non-flagged DownloadData row that doesn't need to throw an exception:

Since DownloadData isn't a string data type I'm having a hard time filtering it for 3 bytes or less. Any suggestions?
Thanks,
Matt