Query Using Results of Another Query
Good Morning,I am wondering if it is possible to use the results of a database query and input them into another query to pull from another database within a JSL? For example, one of my scripts will pull the usernames from a db based on predetermined criteria. I then take those user names and run another script to pull additional data on the usernames account. I was hoping there is a way to make t...