Resolved! Email field not copying from Interaction to Case
When creating a case from an interaction I need to copy the email address to the case but it is not copying. Here is the code for the UI Action:current.update(); var newRecord = new GlideRecord("sn_customerservice_chat"); newRecord.initialize(); ...
