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 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)
Thanks for the advice @kevin.rowe