Here is my problem:
I have Two lists:
Projects:
Project Name Project Manager
Project1 Name 1
Project2 Name 2
DevTeams:
Project(Lookup) Developer
Project1 Name 1
Project1 Name 2
Project2 Name 3
I am getting the following warning message when I try to retrieve field values based on a condition in SharePoint Designer.
The lookup that you defined is not guaranteed to return a single value. If more than one value is returned, only the first value will be used.
But in my case, the condition satisfies multiple items and would like to return all the values. How to accomplish that ?
I'll explain...When a user creates an item in a third list, my workflow sends an approval to all the leaders of the projects in which the developer is assigned.
how can i retrieve multiple value?
i tried something else...
I tried to use a Workflow type 2010. i saw many more options with it...
SO i decided to create an AD group when a project is created in the list ... Then, i used "Create group in Active Directory" option...
But when i'm launching the workflow cancels itself and said "Access Denied" in the log.
So i used "Set Active Directory Authentication" option but then i get "User or Password error" but i'm sure the user and password are correct
any help?