Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (5.3k points)

I am using Connector.Salesforce.Activities in uipath to fetch records.

I am trying to run the following query:

"SELECT id, Name, BillingStreet FROM Account where Name='” + varAccountName+"'"

In the above query, the account name is stored in the varAccountName variable.

After executing the query in the Execute SOQL SANDBOX activity, no result is returned. Also, no exception is thrown.

1 Answer

0 votes
by (9.5k points)

 I think there is no option available, as The dynamic passing of name is not possible through this connector.

Related questions

Browse Categories

...