Hi there.
Fairly new user here.
I would like to send myself an email from my WF if my record count increases by 1 or more. Currently, I have my data in an Alteryx table using the table tool. I have my email tool setup also. I'm not quite sure how to tell it
IF [row_count] = [row_count] + n
THEN send me an email
ELSE don't send me an email
Is there a row counter of some sort I could use? Screenshot attached.
Thanks, SB