Read List Question | Community
Skip to main content
courtneyd578424
New Participant
May 5, 2017
Solved

Read List Question

  • May 5, 2017
  • 3 replies
  • 2327 views

How can I use the read list activity in a workflow to send a delivery?

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Adhiyan

Hi Courtney,

you can check this documentation on how to use read-list : https://docs.campaign.adobe.com/doc/AC6.1/en/WKF__General_operation_Importing_data.html#Using_data_from_a_list-_Read_list

Simply put , you can use a read-list activity directly with a delivery to send the delivery provided the list is of type "list" or "Group" and the schema for the list is nms:recipient.

3 replies

Amit_Kumar
New Participant
May 10, 2017

Courtney Delia, would you mind explaining how did you created the list in the fist place. the error that you are getting, it's because you don't have @email as part of the list which you need for targeting the email. so if you can ensure that your list have an attribute email just like nms:recipient then this will work.

Regards,

Amit

courtneyd578424
New Participant
May 9, 2017

Adhiyan wrote...

Hi Courtney,

you can check this documentation on how to use read-list : https://docs.campaign.adobe.com/doc/AC6.1/en/WKF__General_operation_Importing_data.html#Using_data_from_a_list-_Read_list

Simply put , you can use a read-list activity directly with a delivery to send the delivery provided the list is of type "list" or "Group" and the schema for the list is nms:recipient.

 

Is this inside of a delivery or as part of a campaign workflow? I am getting this error message:

The delivery has failed
An error occurred and the process has been stopped.
Error while executing the method 'PrepareTargetImpl' of service 'nms:delivery'. Unable to parse expression '@email'.
Adhiyan
AdhiyanAccepted solution
Employee
May 8, 2017

Hi Courtney,

you can check this documentation on how to use read-list : https://docs.campaign.adobe.com/doc/AC6.1/en/WKF__General_operation_Importing_data.html#Using_data_from_a_list-_Read_list

Simply put , you can use a read-list activity directly with a delivery to send the delivery provided the list is of type "list" or "Group" and the schema for the list is nms:recipient.