Get File By Name
Description
This Activity gets all the files with the specified name attached to the specified record Id of Salesforce.
Properties
Input
- File Name - Specify the file's name to search for.
- Record Id - Specify the record's Id to which the files are attached.
Misc
- DisplayName – The display name of the Activity.
- Private – If selected, the values of variables and arguments supplied will never be logged.
Optional
- Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
note
Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.
Output
- Files - If found, returns the list of the corresponding Salesforce file object—otherwise, NULL.
Example
Download Example