Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi,
I am creating a workflow which will create new user in netapp 7 mode system.
How can I display wfa logged in user name as an input for creating new user in netapp system .
Here by I am attaching my workflow.
What exactly I want is , how can i get wfa logged in user in the username field .
Please help
Shyam
Solved! See The Solution
2 REPLIES 2
Highlighted
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
From my knowledge, you cannot do this as a user input. However, you can call the logged on user from within a command in the workflow. The Powershell commandlet would be Get-WfaRestParameter "userName" . A good reference command would be the 'Send email' Command. That Command has a couple different calls that may be handy.
Essentially, if you wanted you could make the 'username' field optional. Then in the command if the 'username' user input variable is null or empty, you can use the logged on user.
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Please also look into this thread.
Regards
Abhi