Uipath salesforce application scope consumer key/secret

i want to be able to connect to salesforce like this by providing only the following’

  1. username
  2. password
  3. security_token
  4. domain (test/logic etc…)

(below is python code)
sf = Salesforce(username=username, password=password, security_token=token, domain=domain)

however, the uipath salesforce application scope is forcing me to input consumer key/secret.
I tried inputting nothing into those fields but it doesnt work and i am getting this error

Salesforce Application Scope: Error Type: invalid_client_id, Error: client identifier invalid

Unfortunately, for salesforce application scope in UiPath, you do have to have those. Talk to your salesforce admin to get the credentials.

2 Likes

got it, thanks! !

1 Like

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