Salesforce Lightning REST API Request to Download

Hi guys,
I am trying to download an attachment using Lightning REST API Request of UiPath.Salesforce.Activities but its showing below

Lightning REST API Request: Object reference not set to an instance of an object.

I can confirm its inside valid connection which is working
and endpoint is correct tested in postman
path also hardcoded and exist,

Anyone will be able to help me to understand Is there anything I am missing or any issue with the activity itself please?

Found the issue, in the Resource we are need to skip the Base url, so need to start with service url.
For example in this case it should be
/services/data/v62.0/sobjects/ContentVersion/{{fileid}}/VersionData

Error it was throwing was kind of misleading.

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