Salesforce Parameterized Search Syntax

Hi there,

Could someone please help formatting the Syntax for the Advanced Search in UiPath.Salesforce.Activities.ParameterizedSearch

Currently I have the below which is working in our SF Dev Query Editor

“SELECT (Id, CreatedDate, CaseNumber) FROM Case WHERE RecordTypeId = ‘recordIDString’ AND Type = ‘caseTypeString’”

Studio returns the error

Search: Unexpected character encountered while parsing value: S. Path ‘’, line 0, position 0.

Thanks!

Updating this as I realised I was using the wrong activity

The Syntax above can be used in the Execute SOQl activity

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.