📤 Built a useful command? Submit it here — we'll review & add it to the library.

Copy Comments to Work Notes

Hint: Move Additional Comments into Work Notes, then clear Comments

Trigger: \kbcode

(function() {
  // Grab whatever is in Additional Comments
  var text = g_form.getValue('comments');

  // Push it into Work Notes
  g_form.setValue('work_notes', text);

  // Clear Additional Comments
  g_form.setValue('comments', '');
})();