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 SuccessFactors Activities Package.

ActivityDescription
SuccessFactors ScopeEstablishes an authenticated connection between UiPath and your SuccessFactors instance.
Get RecordRetrieves a specific 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 (e.g., conditional logic).
Search RecordsRetrieves specific records using oData query parameters. After retrieving the records, the activity outputs the result of the query as a DataTable object and the status of the request (success/failure information) in a ResponseStatus object. Both of these outputs can be used as input variables in subsequent activities (e.g., conditional logic).
Insert RecordInserts a new record object. After inserting the record, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities (e.g., conditional logic). This activity also returns the sys_id value of the new record object.
Update RecordUpdates a specific 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 (e.g., conditional logic).
Upsert RecordUpserts a specific record. After upserting the record, the activity outputs the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities (e.g., conditional logic).
Delete RecordDelete a specific 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 (e.g., conditional logic).
Execute FunctionExecutes one of the SuccessFactors functions. 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.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated