SalesForce Integration Service - "Get Record" activity shows only 1 value

Hi all,

i am using the UiPath integration services in the cloud orchestrator. I have connected my orchestrator with salesforce cloud. My automation goal is to extract a list of account names from salesforce by inputing a single name (e.g. I input robert and salesforce returns a list with all accounts that contain robert).

In studio (version 23.10.7) i am using the “get record” activity (s. Screenshot), that is part of the UiPath.IntegrationService.Activities. Under “select object” i can only find “get report”(s. Screenshot). I do not have the option to select “account”. Is this a UiPath issue, or is this a salesforce authorization issue? Has anyone expierenced a similar issue?

@RPA_Dan

Welcome to the community!

I think this is more of a salesforce permission issue. UiPath is displaying the object which it has access to ig it doesn’t have access to view/read account.

Try executing a SOQL query to validate it

workbench to execute
https://workbench.developerforce.com/login.php

docs

@RPA_Dan

Welcome to the community

Is this what you are looking for?

cheers