UiPath Documentation
activities
latest
false

Classic Integrations activities

Last updated May 20, 2026

Activities

The following table lists the activities that are included in the Microsoft Dynamics 365 Activities Package.

ActivityDescription
Microsoft Dynamics Application ScopeEstablishes an authenticated connection to your Dynamics 365 application.
Insert RecordInsert a new record. After inserting the record, the activity outputs the String identifier assigned to the new record and the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities.
Update RecordUpdates an existing record. After updating the record, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities.
Delete RecordDeletes a record. After deleting the record, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities.
Get RecordRetrieves a record. After retrieving the record, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities.
Search RecordsUses your search parameters to retrieve records. After retrieving the record, the activity outputs the results in a DataTable object and the status of the request (success/failure information) in a ResponseStatus object, both of which you can use in subsequent activities (e.g., conditional logic, Update Record, Download Activity Attachment, etc.).
Upload Activity AttachmentUploads an attachment to an email, appointment, or template activity. After uploading the attachment, the activity outputs the String identifier assigned to the attachment and the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities.
Upload Note AttachmentUploads an attachment to an annotation (note). After uploading the attachment, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities.
Download Activity AttachmentDownloads a specified attachment, to a specified folder, under a new or existing file name. After downloading the attachment, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities.
Download Note AttachmentDownloads a note attachment, to a specified folder, under a new or existing file name. After downloading the attachment, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities.
Execute FunctionExecutes a function. After executing the function, the activity outputs action specific field values (if applicable) and the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities.
Execute ActionExecutes an action. After executing the action, the activity outputs action specific field values (if applicable) and the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated