Hi,
I have a For All items in a list loop, look up the User id and return the AD Name (using getuserdetails method within loop)
The List view has a bunch of UserIDs, however a couple of those users have left the organisation, so when it does the ADUser Smartobject method and it find the user does not exist, it says "Could not resolve user: UserID" but then quits.
How do i get it to continue down the Foor Loop if the user cannot be resolved?