Salesforce Export Data

Hi There,

I am wondering if anyone has any experience in what I am hoping to achieve:

Downloading Salesforce data via API based on today/yesterday’s date.

Manipulating this data

Sending on as a report.

I am using the packages currently available through Salesforce, but specifically this seems like process that I am not sure is possible through them.

Appreciate any support.

@KB_Fleet

If you know which salesforce object has data you require then get records and select the object and any specific filters like dates you need and the data should be retrieved

Cheers

1 Like

Thanks @Anil_G currently finding more details around the exact object and whether the dates etc would be possible - would you have an example Salesforce query example?

@KB_Fleet

you mean the soql? it depends on what object and what kind of filtering you need and all

cheers