Hey guys, I have a repeating group that works as a feed: users create posts and those posts are displayed on this repeating group, where each cell is a different post.
Is there a way to store the users who saw each post? I mean, if the post is showing up on the user screen it should count as a viewed post. My logic would be having a list of users at posts table and store every user who saw the post and then show those users count on each post. I just need to find out how to store the users without any type of interaction, just rolling the posts through their screen.
Thank you so much!