activities
latest
false
UiPath logo, featuring letters U and I in white

Integration Service Activities

Last updated Mar 12, 2026

Search Using SOQL

Project compatibility

Windows | Cross-platform

Overview

DescriptionAPI MethodAPI Path
Retrieve records using Salesforce Object Query Language (SOQL). POST/curated_soqlQuery

Input

ParameterDescriptionData Type
QueryProvide the SOQL query to generate schema and then retrieve the actual records. For example, Select Fields(All) from Account Where Name='<Variable name>' AND BillingState='CA' limit 1. string
Max recordsThe number of resources to return in a given pageint32

Output

ParameterDescriptionData Type
ResponseThe query resultsObject
Note:
  • In API workflows, a single response object is returned as the output. Any required fields can be extracted directly from this object.
  • In RPA workflows, some output parameters may differ, but the necessary values can still be retrieved from the response object even if they are not explicitly exposed.
  • Project compatibility
  • Overview
  • Input
  • Output

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated