Hello, community
this would be 1st time for me to automate something on Salesforce
the agenda is to retrieve data like, contact details, call recordings, & emails from specific prospects(based on their IDs) from the client’s salesforce ( & post further processes will as per the business, which isn’t a problem for me)
FYI- the usual Ui based automation isn’t working well for me, & it’s not giving me good accuracy as I’m continuously encountering selectors-related issues
Hence requesting alternative solutions to achieve this please
I have heard about Salesforce connectors, but I don’t have any knowledge about it, so never tried
I would suggest you to use salesforce integration you would need to set up connection to it in orchestrator. There is soql as well which you can use to get data from salesforce.
For SOQL my personal preference is the old package rather than the integration one
There are activities for contact details but call recording not sure you will have to explore. Does the call recording have a parent object? I can try as well
how to set up the connection between UiPath & salesforce ,using jwt token(due to security reasons, the client is suggesting this) for authentication ??