Pulling the user's ID who runs a workflow in the server
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi, so I am building a workflow that we are looking to upload to our company's alteryx server. Part of the process is knowing who is using the data at the end of the process, so the goal is to pull the user's ID who runs the workflow (we don't want them to manually type it in, since you can type anything in). Is there a way to pull this as a part of the workflow? Thank you!
- Labels:
- Developer Tools
- Dynamic Processing
- Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Fernando,
Thanks for the reply. I was looking at that earlier and was still a little confused. I'm relatively new to API scraping so I felt I was missing a couple of steps there.
Big picture first - using the MongoDB Input tool to pull the data? So based on that, the inputs needed would be:
Server:
Database:
Collection:
Is that correct and if so, what links would I use to connect it to the gallery?
Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @adam_rafael_18 ,
The inputs are inside the Alteryx Server System Settings.
Server: localhost:27018
Username: user
Database: AlteryxGallery
Collection: users
https://help.alteryx.com/20221/server/alteryxgallery-mongodb-schema
Best,
Fernando Vizcaino
