Email file based on variable row count

Hi @MJRIOUX,

here a small example how to do it

-have a Table with how you want to split your data e.g. the filter criteria for the clients (could also be more variable with rule engines)
-Then loop though this table e.g. chunch loop for row to variable loop
-use the defined filter criteria to filter your input data
-write data to output file e.g. Excel/CSV
-use the send Email Node to send the Mail (the attachment via flow variable set to the correct output file)

workflow3.knar (21.2 KB)

Client Config
grafik

Email-Node


Excel-Node

2 Likes