I have a workflow that takes a group of recipients and spilts them into
subsets, emails those recipients, and saves the temporary table with a
ListUpdate so that we can associate the results of the tracking with
individual segment codes. However, I need to save additional information
during the workflow. Specifically I need to associate more data per
segment code that is not consistent between sends, (external_system_ids,
specific variation codes, and a pre-personalized subject line). Is there
a...