Add to list action

Since this is tagged with “evernote”, I’m not sure which “Add to list” action you’re referring.

If you mean this “Add to list” action from Agile Tortoise, then there’s an enhanced version of the action here. You can prepend items by updating the config in the script:

// true to append
// false to prepend
const appendItem = true;

HTH

2 Likes