I have conditionals setup for my CTP archive. t present it keeps displaying information duplicated where it suppose to only display one instance with the conditional rules put in place. On the backend in the block editor the instant preview displays correctly, but on the front-end it is incorrect. See attached...,
I would recommend opening a new ticket for your second issue as this ticket is focused on the issue of the duplicate entry in the archive.
Taking a look at this now, it would appear the issue is being caused by your conditional.
It could be that the items that are duplicated because they meet both the conditionals. I would recommend re-adjusting the conditionals to ensure that the post can only meet one of the requirements.
The first conditional is essentially saying Display all the posts that don't contain X and the other is saying display all posts that contain Y.
In this scenario it is possible that post A doesn't have X but contain Y which will cause it to display twice.