Assuming mymultipicklist is required, the following result was found.
to push this value over to Creator is by converting the list to a string... notably comma delimited: // Reading CRM: l_MyMultiPicklist = List:String(); l_MyMultiPicklist.add("Option1"); l_MyMultiPicklist.add("Options 2, 3"); // Push to Creator:...