I created a job to prompt the user for a user ID and password, save the information to a file, and then encrypt the file. Everything works greate except for one problem. I can't seem to figure out how to get the password to not show up in the log! Setting "Mask" to true on the Input of the Popup masks the password on the screen, but not in the log, and I can't find a way to get the input values to the next task without checking "Store standard output" on the Popup task.
Help? 😢