- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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