I have a site column of type Lookup that allows multiple values, and I would like to do the following:
When the user finish filing up the form, a workflow execute these steps:
- Get the items in the Lookup field
- Create news items in another List, but the each one's title will be the names in the lookup field.
How could I create this workflow? Any Ideia?