Hi, I want to list data from two collections into 1 list, and order each entry chronologically (like email). Newest at the top.
I know how to map one collection's entries to a list, but not two. Also, I don't know how to sort them chronologically. I want the list to be mixed between two inboxes (call them Priority and Important) and automatically combine items from those two collections. What do I need to do to ensure I can do this? How do I write this code?
Thanks!