Hi @at7140,
If I understand correctly, you have a field UtCode in the recipient table that is unique to each customer. When a delivery is sent, you want the delivery code to match the recipient’s UtCode. However, delivery variables (under Properties > Variables in a delivery template) are defined at the delivery level, not at the recipient level. This means they cannot hold distinct values for each recipient from the schema.
https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/add-recipient-data...
If you want to attach this code at the delivery logs level, you can achieve it by either using a segment code or by extending the recipient delivery logs schema with an additional field. You can then populate this field with the UtCode from the target data within the workflow. As a result, when the delivery is sent, the UtCode will be stored in the recipient delivery logs, allowing you to export it later for tracking purposes.
Thanks
Sushant Trimukhe