How To Have User Select Document Approver From List

  • 2 February 2017
  • 6 replies
  • 4 views

Badge +5

Hi Gang

I want to create a document workflow where the user can select a single approver from a list of approvers and then the workflow sends the approval request to that selected approver. 


I have a document library and a list of approvers.  In my workflow I'm using a Query List action to get a list of approvers from the List and I put this list into a collection variable.  I have no idea how to put this in a dropdown so that the user can select from a list of approvers.


Can anyone help me with this?

Andy


6 replies

Userlevel 3
Badge +9

Why not simply add a field to the document library called "Approver" and make it a lookup to the list of approvers you have.  User can select the approver and then start the workflow.  You can either make the field required, or put a check in the workflow to validate the field is populated. 

Userlevel 4
Badge +7

You could also create a SharePoint security group and add your approvers to this. Then configure the field to select only from this group. As ‌ states, make the field required and you should be fine.

Badge +5

Hi Brendan


Thanks for the reply.  Good idea!  One issue.  In my List I have 3 columns; Approver, Approver Type, and Approver Lookup.  The Approver Lookup column is a person or group column that is a Name (with presence).  When I try to select this as a lookup column from the document library this column is not listed. Only the Approver column is listed.  This Approver column is just a Single Line of Text column (eg. "Mike Smith").  That's probably not good enough to pass to the workflow as a valid approver?

Please advise

Andy

Userlevel 3
Badge +9

No, you're correct.  You would need to use a "Query List" and query you approver list for for when the Approver equals Mike Smith, then return the Approver Lookup field for that entry.  Then feed that into your approval task. 

Userlevel 3
Badge +9

Or go with ‌ solution and use a SharePoint group. 

Userlevel 4
Badge +12

Hi Andy,

Agree with this. Using a SharePoint group and adding a field of type person or group to your list that only allows selections from within that SharePoint group should be the best and easiest way to achieve your goal.

This way your users will have the same user experience when working with people picker fields rather than have a drop down here and a people picker there to select people.

Also you will have values of type "person" in your workflow which makes it easier for you to add them as assignee in further tasks or notifications you might use in your workflow.

Kind regards,

Enrico

Reply