Important Community update: The process for changing your account details was updated on June 25th. Learn how this impacts your Community experience and the actions we suggest you take to secure your account here.

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.
SOLVED

Append user who execute workflow to the result

HMSUM
7 - Meteor

Is it possible to add the username / email who run the workflow through Alterxy Gallery to the result output of the output?

 

E.g.

I login to Alteryx gallery with Account [Domain\ABC]

After I run certain steps in workflow, then the workflow can append [Domain\ABC] in the last column of the workflow.

 

3 REPLIES 3
fmvizcaino
17 - Castor
17 - Castor

Hey @HMSUM ,

 

Here is a suggestion for you. You would need to transform your workflow into an analytical app but that shouldn't be a problem.

https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Get-username-Cloud-not-working/td-p/51...

 

Best,

Fernando Vizcaino

afv2688
16 - Nebula
16 - Nebula

Hello @HMSUM ,

 

If you are using SSO and have the workflows to be run with user credentials you could also use the follwoing formula:

 

GetEnvironmentVariable('username')

 

Regards

apathetichell
18 - Pollux

@afv2688  - for user credentials - you still have to hardcode a password into the credential set up page in admin - even if users are on SSO - no?