I'm encountering an error while running my flow: ''The 'from' property value in the 'table' action inputs is of type 'Null'. The value must be of type 'Array'.'' I've set up a condition to trigger the flow when the maximum latest date changes. The flow scheduled to execute daily, and when the condition changes, it works fine, sending the output to specified email addresses. However, when the condition remains unchanged, it fails with the error mentioned above. Could you suggest how I can resolve this issue? I need the flow to send an email if the condition is "YES" and to ignore it if the condition is "NO"