i’m not even sure how to title this - i have a workspace that looks like this:

in general, the process is looking at input user parameters from an upstream workspace via FME server automation, the first step is the SQL executor to see if the current date is a holiday, if so, then that dates gets flagged as “Holiday Exception - YES” otherwise i want it to continue to process to the attribute creater that appends some numbers and makes some features from user parameters there is then a series of filters to route the email different places depending on time,day and holiday status, then ultimately they end up at one of the FME automation writers.
the SQL exe looks at a table of holiday dates and then uses a tester to see if the current date matches a holiday:

the problem i’m having is that if i use a separate SQL reader to check for the holiday, then when holiday = YES i get 2 features that are processed through the filtering when there should only be one. I want to append the attribute “Holiday_Exception” to the single incoming email as yes or no, not have 2 features when Holiday_exception = YES. i am unsure how to accomplish that?







