I have a record set of approx 2000. I need to send emails to approx 120 specific records based on member number. Can this be achieved through workflow by using some sort of OR statement stipulating 120 unique member numbers?
The record set contains unique member numbers so there is no pattern per say, I have a separate list of approx 120 of the member numbers that’d need the email sent to them
Thanks. I’m not much of a programmer. Could you point me in the right direction of how to write a js or vb script to select 120 unique members numbers from my data mapped record set?
You can also try to use the metadata filter plugin.
Datamap your data with “Output records in Metadata”
Load your list as external file (metadata from Connect Datamapper will be present)
Change the emulation (if necessary) to the emulation of your list
Use a splitter plugin to iterate through your loaded list
Within that loop you can use the plugin “Metadata Filter” there you can set a condition to compare the list entry with the entries in the metadata file
Execute your Connect Email Template (it will be executed per record)
Not that elegant but that should work without scripting and you can use your list directly to filter the records.