Hello,
I’m building a process that will be deployed on multiple computers. At the end of the process, it will send an email out. However, to send the email out, we require the account as an input. For example, fake@email.com. Is there any way to retrieve the persons email? This would be the person activating the bot. I don’t want them to have to enter it every time in an input dialog box.
Let me know