Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created April 19, 2019 06:09
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/0d8ac2b64df7aa0fe65cca004aa4b804 to your computer and use it in GitHub Desktop.
Save iaindooley/0d8ac2b64df7aa0fe65cca004aa4b804 to your computer and use it in GitHub Desktop.
Set created in list name
function setCreatedInListName(notification)
{
var card = new Notification(notification).createdCard();
card.setCustomFieldValue("Created In Lisrt",card.currentList().name());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment