Forum Discussion
Diyaribozik565
Mar 18, 2023Copper Contributor
Update a word document with the SharePoint list items
Hello All, I have a SharePoint list which has the following fields/columns. Item name (text filed) Price (text filed) Requested date (date) Approval status (drop down): New, Approved, Rejected ...
- Mar 22, 2023
You get item list, create a new word populated with list item.
At this stage, may be keep document link (unique ID) in the sharepoint list in order to get it and update it with approval status ?
Mar 22, 2023
Hi Diyaribozik565, what if you added an approval step to the same workflow? The approver can approve/reject and add comments directly from their inbox. That response could write to your list and then the workflow step after approval could be to update the file content.