I want to use Azure Datafactory to Insert a file from Azure Blob Storage to Salesforce attachment object.
How to do this.
Thanks!
I want to use Azure Datafactory to Insert a file from Azure Blob Storage to Salesforce attachment object.
How to do this.
Thanks!
Hi @lsc2021,
Thanks for the ask and using Microsoft Q&A forum.
Unfortunately copy file to Salesforce Attachment Object isn't supported using existing Salesforce connectors in ADF.
We recommend you to please submit a feature request in ADF user voice forum: https://feedback.azure.com/forums/270578-data-factory
All the feedback shared in this forum are actively monitored and reviewed by ADF engineering team. Please do share the feedback link here once it is posted so that other users with similar requirement can up-vote and comment on your suggestion which would also help to increase the priority of feature implementation.
The only workaround I could think of is writing your own code/logic and use it in Custom Activity or Azure Function activity. To move data to/from a data store that Data Factory does not support, or to transform/process data in a way that isn't supported by Data Factory, you can create a Custom activity with your own data movement or transformation logic and use the activity in a pipeline. The custom activity runs your customized code logic on an Azure Batch pool of virtual machines.
Hope this info helps.
Please don’t forget to Accept Answer and Up-Vote wherever the information provided helps you, this can be beneficial to other community members.
4 people are following this question.