Would like to know is row filter doesn’t flow with the variable ?
There is scenario where I have to add all the columns from DB query–>Row filer to send email and also there are few columns I need to add in HTML format .
Example 10 columns are there and 10 should flow to send email via Row filter variable and 5 should flow via html format to send email but I am not able to see them in send email though variable port .
To add to @elsamuel words: as it’s currently configured, this only ensures that the Send Email node waits for the Row Filter to be executed.
Even if the Row Filter is configured in such a way that it generates the variable, the additional connection is not required since the variables are already part of the data pipeline and will also be available after the Table Row to Variable node.