I have a main newsfeed page with a scrolling repeating group. But I want the repeating group to display slightly different cell design and content depending on the type of post.
I have two type of posts, offer and demand. I have added a new yes or no field( IsEnquiry) in the “post” data type. In the RG, I can use two groups so that only one is visible when IsEnquiry is YES. I want both users with “IsEnquiry” YES and No to be able to see all post in the RG in the front end. How do i get this done?