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
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.