This is probably incredibly easy, but I am struggling. I want to write a scheduled flow that calls a stored procedure from SQL and if the Stored Procedure returns results, then send an email with an html table of those results. If no results are returned, then do nothing.
The part I am having trouble with is choosing a value for the condition. I want it to just be "is not null" but that isn't a choice. I'm confused by all the different values, parameters, dynamic content, and expressions and am not sure how to write what I want. I've tried length is greater than 0 but that failed and I feel like I'm just poking around in the dark.
Please help! Thanks!