SOSL Salesforce query?

Hi,

I am using the salesforce activities package which includes REST api and SOQL. However, I have ran into a situation where I would need to use the SOSL query, but I am not finding an official package for salesforce which includes this.

Does SOSL query possibility exist in UiPath? If not directly with an activity, then maybe there is a workaround using the run query activity instead?

I did not locate any topics related to SOSL for UiPath

1 Like

Check with this activity

Cheers @AssociateDev

Hi, but this executes SOQL, not SOSL. Does the SOQL activity work with SOSL queries as well?

1 Like

Well you are correct

it’s true that Salesforce activities in UiPath are focused on SOQL (Salesforce Object Query Language) queries for querying a single object not SOSL

Instead of specific activity you can perform SOSL queries in UiPath, you can use the “HTTP Request” activity to make a custom HTTP request to Salesforce’s REST API.

I believe it will be added in future

Cheers @AssociateDev

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