In running a Desktop flow, I need to store the current user's email address.
If I were in a Cloud flow I'd get WorkflowInitiator from the TriggerOutputs().
Is there an equivalent to that in PAD? (using OOB functionality, not getting into C# coding, CMD line scripting, etc.)
The closest I can come is to pull the Windows Environment variable for Username.
I could call a cloud flow that accepts that as a parameter and does a Get User Profile to return the email address. But that seems awfully klunky. Surely there's a way to get that info within PAD and I'm just not seeing it.
Am I missing something here or did Microsoft?