Forum Discussion
Bee Lin Leau
Mar 24, 2017Copper Contributor
How to populate document library column with Task info ?
Implemented a simple approval workflow for a document library.
(a) Requester to put in document --> (b)Approver to approve/reject the document
I am using SharePoint Designer (Approval - SharePoint 2010).
How to populate the document library columns with the task info as below ?
Document library column | Task Info |
Approval Comments | Comments |
Approved By | Approver |
Approval Date | Date of Approver |
Appreciate for the detailed steps.
Thank you.
5 Replies
Sort By
- chanakya jayabalanCopper ContributorAre you looking for populating document library column values in to task or the other way round?
- Bee Lin LeauCopper ContributorPopulating document library column values with task values i.e. task values into document library columns. Thank you
- chanakya jayabalanCopper Contributor
In the designer, once your task gets completed you would get the task id as outcome. Based on this ID you can filter out and get column vaues from task list which you can update in the doc library.
- You have to extract those values from the Task that is created as part of the approval process done in the workflow
- Bee Lin LeauCopper ContributorYes, how ? Thank you.