Question
I want to capture the Username of the logged person when executing the action flow. How can I achieve that?
I want to capture the Username of the logged person when executing the action flow. How can I achieve that?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
you can capture that data by using python script to send request to URL:
For manual runs, you've got only author ID, but you can build up table which will hold author-id and email address combinations.