How to trigger the flow based on input record column value
Hi all, I am new to Talend. I have a requirement to read all the rows from an input table from Amazon Redshift and based on column values (such as duplicate_check, aggregation or count) execute the respective Talend flow.
How do i put "check the input and trigger respective flow" condition in place based on in else conditoin on input rows?
Hi, Here is a "RunIf" trigger connection which triggers a subjob or component in case the condition defined is met. Please take a look at this document about:TalendHelpCenter:Run if connection settings for further information. Best regards Sabrina