SharePoint Integration |
In SPDoc based process templates, you can access the values of custom SharePoint Document Library's metadata columns entered by the user when a document is uploaded. This data can then be used in your process (e.g. to determine the workflow in your process, or to display information in an email notification).
To allow for this Meta data binding, follow these steps:
Now, when you upload a document in the document library, this field will be shown and you can enter a value in the text field provided, as shown below:
A new process will be initiated and the process will retrieve the value of the metadata from the Department column (in the example above) and route the process as designed based on the Department entered by the user.