@hazekamp, what constitutes a "generating search command"? I'm trying to use the following as a search restriction but it doesn't work:
[| username | lookup contacts USERNAME AS current_user OUTPUTNEW EGROUP AS contact | fields contact | format]
username is a custom command that just puts the current user's name into current_user, and the rest is just a lookup. This produces something like this:
( ( ( contact="jimbo" OR contact="jones" ) ) )
which works just fine when I type it into a search bar. Is it that I can't use subsearches as a search restriction?
... View more