Hi Experts,
I would like to extract name of the person who's running the workflow on Alteryx server for one my projects. For this I tried the function, GetEnvironmentVariable("USERNAME")
But this gave me just the remote desktop name while running from server and on local it gave me my name. So this didn't work for me.
Secondly I tried __cloud:UserId approach and it gave me so code which looked like a key. Is there any approach which could help me to extract the user name or email directly inside the workflow?