How to add contacts to a Target List via workflow?

Dear Friends,

I have a field, e.g, CODE in contacts. It contains such values for example, ABC-1, ABC-2, ABC-3 etc.

I want to create a workflow to run over all the records and identify the contacts records which contain the value of ‘ABC-1’ and add them to Target List ‘FUTURE-1’. I could not find out how to do it using workflows.

Could you please guide & help?

With thanks,

RK

Workflow don’t do loops.

You need a PHP routine, you can do it as an entry point, or run it as an action from the list view.