I have a computed for display field on a form which uses an @for loop to perform an @dblookup for each iteration. I need to append the resulting list (Users) from each lookup to a temp variable (AppNames), but I cannot get it to work. Any help would be appreciated. I am almost certain the issue is with this line
That means that at least one go-through of the @DbLookup is failing. Use the [FailSilent] keyword to prevent the error showing through. And use @Trim around the AppNames list before @Imploding it.