I’m trying to use the @NameLookup to retrive values from Active Directory in the following format:“@NameLookup ( [Exhaustive]; “ClearUsers”;“member”)”
where “ClearUsers” is a group name and “member” is item in the Active Directory.
“member” contain names of users “List of values”. the problem is whenever I call this function it returns only the first name from the member item. not all the list
can anybody help me.