How to insert a Choice field value into a new lead
I am inserting lead info from another data source. My code below worked perfectly until I tried to add a lead source. From the source data, "LeadSource" is a string. In CRM.Leads I assume because its a dropdown field it is a Choice<string>. How do I insert my string into a lead record?