Hi everyone
I’m trying to implement a workflow where a user can request the access to a folder through the service catalogue. I was thinking to accomplish it this way:
- User request and fills in the request form the exact name of the folder i.e., Marketing - this is working
- The workflow starts with the AD orchestration “get group” properties managedby - this is working
I use the field from the request form a syntax and add our groupname prefix - AD orchestration “Get User Details” adding the result from managedby to the name field - this is working
- Send email for approval - here I have the issue. How can I accomplish to send an email to the result of the user details. I can take the SAM account name, which is the email address in our case.
Thank your for all your suggestions.