Hi @bhaskarc1289447 ,
If you want to get the content of targetData.information after the email has been sent, you can store contexutal data from targetData into the delivery logs by extending the nms:broadlogRcp entity and adding the filed in the nms:recipient Target Mapping (Storage section). You must ensure that the field in targetData will ALWAYS be the one mentioned in the Target Mapping.
For instance let assume you extended nms:broadlogRcp to add a field named "information" of type string of 255. in target Mapping targetData.information will be stored to that field.
In the workflow field targetData.information will be stored however targetData.Information won't, it'scase sensitive...

We got customer that uses such capability to store common element across all their campaigns that they then export to their data warehouse for in-depth insights...
That would also be an alternative
Thanks
Denis