question

GayatriKrishnan-9239 avatar image
0 Votes"
GayatriKrishnan-9239 asked GayatriKrishnan-9239 commented

Calling salesforce report with filters

Hi,

I am using a lookup activity to call salesforce report as mentioned in this doc https://docs.microsoft.com/en-us/azure/data-factory/connector-salesforce?tabs=data-factory#query-tips and it works. I want to know how can I pass filter value for the report by the call method.

I can't find any references that mentions how to pass a filter while calling salesforce report from ADF. Any thoughts?

azure-data-factoryazure-synapse-analytics
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello and welcome to Microsoft Q&A @GayatriKrishnan-9239 .

I would like to help you, but I am not terribly familiar with Salesforce. Can you tell me whether a filter is different from the WHERE clause in a query?

0 Votes 0 ·

I tried extracting report using Salesforce Service Cloud as mentioned below

Retrieve data from a Salesforce report
You can retrieve data from Salesforce reports by specifying a query as {call "<report name>"}. An example is "query": "{call \"TestReport\"}".

172948-image.png

I want to know how to pass filters if the report has filters in it.


0 Votes 0 ·
image.png (34.2 KiB)

0 Answers