I have tFilterRow component that accepts only when today falls into a specific day in my date list, i.e. actual is true. I want to run my subjob if this value is true, else kill the subjob.
My if condition: (input_row.actual.equals(“true”))
But it doesn’t work.
Can someone please help?
Best,