Read data from a schema linked to recipient in a Email delivery
Hello,
Hello,
Hi @muralipraveenr1 ,
in case of collection you should access the value using index:
recipient.recipientRegistration[0].createdDate
This will work for you like this in case you have link 1:1.
If you have multiple values for the same recipient you need iteration of index. ([0],[1],[2]...)
In case there is not an record for particular recipient you will get error like "Index out of range" therefore you should have conditional personalization here (if/then).
Regards
Milan
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.