Assuming I have 2 list, SourceList and WorkingList.
SourceList
- Team
- Manager
WorkingList
- TeamColumn (lookup the field Team in SourceList and allow multiple values)
- ResponsibleManagers
So, my question is, if users enter multiple teams in TeamColumn in WorkingList, is it possible to use workflow to determine a list of ResponsibleManagers based on the SourceList?
Thanks in advanced.