'Data copy from Salesforce to Salesforce using Azure Data Factory
Can we use Dataflow activity in ADF for copying data from Salesforce to Salesforce.
Solution 1:[1]
According to the documentation, yes, you can. Just using the proper Linked Service.
Specifically, this Salesforce connector supports:
- Salesforce Developer, Professional, Enterprise, or Unlimited editions.
- Copying data from and to Salesforce production, sandbox, and custom domain.
https://docs.microsoft.com/en-us/azure/data-factory/connector-salesforce?tabs=data-factory
Solution 2:[2]
Currently, Data Flow activity does not support copying data to or from Salesforce.
You can refer to these Microsoft documents to check the supported datasets in source and sink transformations in mapping data flows.
You can also raise a feature request from the ADF portal.
Alternatively, you can use copy activity to copy data to or from Salesforce.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | SCouto |
Solution 2 | NiharikaMoola-MT |