I have a flow that triggers on a pretty short timer. It is set to cancel if the SQL query returns no results, but if the server goes down the flow keeps running and returns a null value instead and causes my flow to fail.
Does anyone have a better technique than what I've come up with that could handle both Nulls and 0 len?

