How to check if GlideAggregate query doesn't return any records
Hi All,I'm pulling data from a table using GlideAggregate, and I'd like to implement "error handling", meaning that I'd like to log a message when the GA query did not return any data. Initially, I implemented it like this (not exact code, just the m...