Ability to pin a note

Hi there,

Is there a method where we can allow users to pin a note so it shows at the top of a notes list?

Many thanks,

Louise

Hi, if you had a boolean for “pinned” you could then sort the list by this column 1st, and by date created 2nd. You could have a button with an event action to unpin too (unset the boolean)

3 Likes

Thanks for the advice @kevin.rowe