When i do a right join on a smartobject i cannot find only the rightjoin items. there is no way to filter where Left.ID=NULL
i have 2 smartobjects linked
Employee
-ID (input)
-Name(input, Bound)
-EmailFlag (input)
ADUser:GetUsersByPath
-LDAP(Input)
-Name(bound)
firstly when i do a right lookup the ADUser Get Users By Path ignores my LDAP input.
LDAP:OU=Users,OU=location,OU=Sites,DC=regional,DC=corporate,DC=com
I need all items from ADUser by that specific path that do not atch in my employee smartobject.