Activities
latest
false
- Release Notes
- About the Act! 365 Activities Package
- Project Compatibility
- Technical References
- Act! 365 Scope
- List All Campaigns
- Create Contact
- List All Contacts
- Update Contact (Basic)
- List All Groups
- Create Interaction
- List All Interactions
- Replace Interaction
- Delete Record
- Get Record
- Insert Record
- List All Records
- List Records
- Update Record
- Upsert Record
- Create Opportunity
- List All Opportunities
- Update Opportunity
- Release Notes
- About the Adobe PDF Services Activity Package
- Project Compatibility
- Technical References
- Adobe PDF Services Scope
- Download Compressed PDF
- Get Compress PDF Status
- PDF Compress
- Download Created PDF
- Get PDF Creation Status
- PDF Creation
- Create Document
- Download Generated Document
- Get Document Generation Status
- Download Exported PDF
- Get Export PDF Status
- PDF Export
- Download Linearized PDF
- Get Linearize PDF Status
- PDF Linearize
- Get Record
- Download PageManipulated PDF
- Get PageManipulation PDF Status
- Page Manipulation
- Release notes
- About the Box activity package
- Project compatibility
- Technical references
- Box Scope
- Invoke Method
- Search for Content
- Cancel Sign Request
- Create Sign Request
- Get Sign Request
- Resend Sign Request
- Copy File
- Delete File
- Download File
- Get File Info
- Upload File
- Delete Old Version
- Get Versions
- Upload File Version
- Copy Folder
- Create Folder
- Delete Folder
- Get Folder Info
- Get Folder Items
- Delete Record
- Get Record
- Insert Record
- List All Records
- List Records
- Update Record
- Upsert Record
- Release Notes
- About the DocuSign Activities Package
- Invoke Operation
- Insert Record
- Update Record
- Delete Record
- Get Record
- List All Records
- Create Envelope from Template
- Get Form Data
- Send Envelope
- Add Document to Envelope
- Event Trigger
- Add Recipient to Envelope
- Create from Existing Envelope
- Download Documents of Envelope
- Get Template
- Get Envelope
- List All Envelope Recipients
- Release Notes
- About the GoToWebinar Activities Package
- Project Compatibility
- API References
- GoToWebinar Scope
- Search Recording Assets
- Delete Record
- Get Record
- Insert Record
- List All Records
- List Records
- Get Webinar Registrant
- List All Webinar Registrants
- List All Webinar Session Attendees
- List All Webinar Sessions
- List Webinar Session Performances
- Create Single Session Webinar
- Delete Webinar
- Get Webinar
- Get Webinar Meeting Times
- Get Webinar Start URL
- List Account Webinars
- List All In Session Webinars
- List All Webinar Attendees
- List All Webinars
- List Webinars
- Quick Create Webinar
- Quick Update Webinar
- About the Hubspot CRM Activities Package - Preview
- Project Compatibility
- Hubspot CRM Scope
- Invoke Operation
- Update File
- Upload File
- Delete Record
- Get Record
- Insert Record
- List All Records
- List Records
- Update Record
- Upsert Record
- Find First Record
- Archive Association
- Create Association
- Archive Company
- Get Company
- Quick Create Company
- Quick Update Company
- Archive Contact
- Get Contact
- Quick Create Contact
- Quick Update Contact
- Get Deal
- Archive Deal
- Archive Product
- Get Product
- Quick Create Product
- Quick Update Product
- About the Hubspot Marketing Activities Package - Preview
- Technical References
- Hubspot Marketing Scope
- Invoke Operation
- Delete Record
- Get Record
- Insert Record
- List All Records
- List Records
- Update Record
- Replace Record
- Find First Record
- Archive Company
- Get Company
- Quick Create Company
- Quick Update Company
- Archive Contact
- Get Contact
- Quick Create Contact
- Quick Update Contact
- Update File
- Upload File
- Add Contact to List by Email
- Add Contact to List by ID
- Create Basic Static List
- Delete Contact List
- Get Contact List
- List All Contact Lists
- List All Contacts in a List
- Remove Contact From a List
- Update Basic Contact List
- Project Compatibility
- Release Notes
- About the Mailchimp Activities Package
- Project Compatibility
- Mailchimp Scope
- Invoke Operation
- Create Campaign
- Delete Campaign
- Get Campaign
- List All Campaigns
- Send Campaign
- Send Test Email
- Set Campaign Content
- Update Campaign
- Create List
- Delete List
- Get List
- List All Lists
- Update List
- Add List Member
- Delete List Member
- Get List Member
- List All List Members
- Update List Member
- Delete Record
- Get Record
- Insert Record
- List All Records
- List Records
- Update Record
- Get Campaign Report
- List All Campaign Open Reports
- List All Campaign Reports
- Search Campaigns
- Search Members
- Release Notes
- About the Oracle NetSuite Activities Package
- Project Compatibility
- Delete Record
- Get Record
- Insert Record
- List All Records
- Update Record
- Create Basic Company Customer
- Create Basic Company Vendor
- Create Basic Contact
- Create Basic Individual Customer
- Create Basic Individual Vendor
- Create Basic Support Case
- Update Basic Company Customer
- Update Basic Company Vendor
- Update Basic Contact
- Update Basic Individual Customer
- Update Basic Individual Vendor
- Update Basic Support Case
- Release Notes
- About the Salesforce Marketing Cloud Activities Package
- Project Compatibility
- Salesforce Marketing Cloud Scope
- Invoke Operation
- Delete Record
- Get Record
- Insert Record
- Update Record
- List Records
- List All Records
- Create Campaign
- Delete Campaign
- Get Campaign
- List All Campaigns
- Create Contact
- Delete Contact
- List All Contacts
- Update Contact
- Create Journey (Basic)
- Delete Journey
- Get Journey
- List All Journeys
- Update Journey
- Create List (Basic)
- Delete List
- Get List
- List All Lists
- Update List
- Release Notes
- About the ServiceNow Activities Package
- Project Compatibility
- Troubleshooting
- Create New Incident
- Create Incident Task
- List All Incidents
- Update Incident
- Add Attachment
- Download Attachment
- Get Incident Task
- Get Attachment
- List All Attachments
- List All Incident Tasks
- Update Incident Task
- When an Event Happens
- Delete Attachment
- Delete Record
- Get Record
- Insert Record
- List All Records
- Update Record
Integration Service Activities
Last updated 2023年11月7日
Search Files
UiPath.Dropbox.IntegrationService.Activities.NativeSearch
This activity searches for files and folders in Dropbox.
In the Body of the Activity
The following properties are located in the body of the activity:
- Max Records - The maximum number of records to return.
- Query - The vendor raw query.
- Account ID - The account ID.
- Fields - The fields to return on the response. Can be a single field or a comma separated list of fields.
- File categories - Additional field to filter by: file categories.
- File extensions - Additional field to filter by: file extensions.
- File status - Additional field to filter by: file status.
- Filename only - Whether you want to search by filename only. This field supports only Boolean values (True, False).
- Include highlights - Whether you want to include highlights. This field supports only Boolean values (True, False).
- Order by - What to order the files by.
- PageSize - The number of resources to return in a given page.
- Path - The file or folder path.
- List - The list of records.
Properties
Common
- DisplayName - The display name of the activity. This field supports only strings or
String
variables.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
- ResponseStatus - The status of the request (success/failure information). Enter a
ResponseStatus
variable (UiPath.BAF.Models.ResponseStatus). TheResponseStatus
object includes three properties that you can use in other activities. - Success -
Boolean
- Specifies whether the API request was successful. - ErrorCode -
String
- The response error if the API request is unsuccessful (Success=False). - Message -
String
- The error message