HI, I have a flow that is updating a rows in a table. If the row has the data I need it updates, if not I append an array variable, and send an email to show what rows were not updated. I only want to send an email when that variable has data in it. I tried configuring the run after to only run on errors, but because the apply to each was successful, it never ran. If I set it to run after success I get blank emails. In my example below, how to I get the steps after the "Apply to each" container to only run if the variable has data in it? I tried a condition, variable is equal to null, but that did not work.