Skip to main content

Greetings,


I'm looking for the field that has the name of the document that started the process when it was updated.


If I look at the internal name in SharePoint it's FileLeafRef. I don't see that in the Metadata Mapping window of the wizard. Also, there is no "Name" property either..


What am I missing?


-Doug

Did anyone ever give you an answer to this?


You have to get the file name from the EventDetails, so your first step should be to create a Data Event using Tranfer Data. Then for the Data Location to a To String(EventDetails_ListItem) and assign it to a custom string data field. You can then use that custom string field wherever in your workflow.


Reply