Thursday, October 15, 2015

Assign title automatically for Document Library

Introduction

As we all know about Document Libraries in SharePoint. We have a drag and drop option in SharePoint 2013 libraries. The thing is, SharePoint doesn't give an option to enter title while uploading. We need to go Edit Property screen to enter title. So, here i am going to provide a SP workflow to assign title automatically while uploading. 

SP Workflow

Here is the steps to assign the title.

  • Open your site in SharePoint Designer
  • Add a new list workflow, choose your document library in the drop down list 
  • Then, Workflow editor will open with Step1

  • Click Condition at ribbon
  • Choose If any values equal value
  • Then, Change value with Current Item: Title is Empty
  • Click Action to set value
  • Set Title to Current Item:Name
  • Result will be



No comments:

Post a Comment