This maybe a simple answer, but I have a process right now that does a sql query and then writes output to a file. Before writing to the file I want to add email notifications based upon a column value in my query. So I moved a "BRANCH" node into my flow. How do I reference a column name and a calculated value in the BRANCH node.
Calculated value is "DATEDIFF(day, SYSDATETIME(), PAEMPPOS.DATE_ASSIGN) as DateDiff" in sql query. I am wanting to do a BRANCH based upon the value in my calculated "column".
Thank you