Hi all,
I've got a Lookup Field entry that, in the When clause, contains a field from a collection (i.e. EmployeeID). It's set to populate a form field (i.e. SomeOtherField) outside of the collection when the collection field (EmployeeID) is entered. The lookup runs when I change EmployeeID, but it never populates SomeOtherField. I know the lookup is running because I'm trapping it in the Javascript when the lookup completes. I also know that the EmployeeID value I'm entering matches the corresponding value in the queried table. Of course, triggering the exact same lookup using a field outside of the collection works fine. Is this a bug, is it not possible to match a collection field value to a queried table column in a Lookup Field?