Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created September 25, 2021 04:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iaindooley/fc2dcee1feb30f6fbb2934f4d2aa93b3 to your computer and use it in GitHub Desktop.
Save iaindooley/fc2dcee1feb30f6fbb2934f4d2aa93b3 to your computer and use it in GitHub Desktop.
setCustomFieldToNextChecklistItem
var checked = new Notification(notification).completedChecklistItem();
var next = checked.checklist().itemAfter(checked);
checked.checklist().card().setCustomFieldValue("Next Action",next.name());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment