I am trying to load data in entity from Salesforce to Dynamics CRM via Azure data factory. One field of this entity ava_subjects
is of data type as Multiple select option. This column has value English;Science
.
My question is how can I load data of this field in Dynamics CRM. I have tried loading with below option but I was unable to load data.
Tried below options:
English;Science
100000000;100000001 (used corresponding value of labels)
100000000,100000001
English,Science