Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I want to update title field from Name column immediately after file attachment in document library. Is it possible ?

share|improve this question

1 Answer

Simply use the Update List Item activity in SPD.

  1. On the Update List Item dialog click the Add button
  2. Set Set this field to Title
  3. Click the fx button to the right of the To this value field
  4. On the Define Workflow Lookup dialog, select Name from the Field from Source dropdown.
  5. Click OK 3 times.

Should do the trick.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.