To configure the SharePoint source site to copy files,
do the procedure in this topic.
Copy Files Source Site Configuration Screen
How to Start
- On the Organizer,
do one of these:
- Do one of these:
- Add an activity:
- In the Process Builder, go to the Activity Library, and
open the SharePoint tab.
- On the SharePoint tab,
drag the Copy Files
activity onto your process.
- Change an activity:
- In your process, double-click your activity.
- Click
Copy File Source Configuration .
Procedure
- On the Copy Files Source Site Configuration screen, in the SharePoint field, select the access token from the list.
To create a new access token, click Add Token .
For more information, refer to
New SharePoint Access Token.
- In the Site field, select a valid URL from where you want to copy the files.
- In the Library field, select a valid Sharepoint library which has the files you want to copy.
- In the Folder field, select a valid Sharepoint folder which has the files you want to copy.
- (Optional) In the Filter field, enter a file name or a set of files
you want to search within the specified source location.
Field Name |
Definition |
Filter
|
- Function:
- Specifies the file name or a set of files expressed with the filter expression to search
within the specified source location.
- Accepted Values:
- A file name.
- A filter string that uses asterisks (*) as wildcards.
- Default Value:
- None
- Accepts Process Data Variables:
- No
- Example:
- These are some examples of filter expressions:
- *.* - All files are searched.
- *.xml - The files that have the
.xml file extension are searched.
- *.doc - The files that have the
.doc file extension are searched.
- MyFile.xml - Only the specific file MyFile.xml is searched.
The filter action is done at the source location specified in the activity.
|