Hi,What you have is correct, though can be done with 1 enrichment, or 0
with schema-defined join.For 1:n you have to go through the wizard to
specify how many rows to pivot into cols- deliveries are only sent to a
single row per recipient in the target table. If unlimited rows are
desired you'll have to write some code, with a hit to sending perf (n
recipients = n lookups).Thanks,-Jon