Hello all.
So I’m using the social media feed feature and I duplicated the posts feed list to create a new feed on a different screen in the same app. I created a new collection for that new list feed to pull from. I basically added all the same properties that I see in the original post feed collection properties into the new feed collection properties with some name changes, but the list is not populating anything.
When I change “what is this a list of” in the list section to the original collection, it shows up, but when I switch it to the new collection, nothing shows up.
I also duplicated the post form modal and changed the info to the new feed screen using the new data collection. So I know what I put in that form isn’t going to the old feed, etc. They’re all linked and everything to the correct screens.
Is there something I’m missing in the database or an option I’m missing in the duplicated list that is preventing the now posts to not show up on the new feed?
Sorry for the wall of text. Thanks.