Home › Forums › General Issues › custom post type ui with acf field with unique value › Reply To: custom post type ui with acf field with unique value
Relationship fields to not work like standard field. Relationship field store a serialized array of values. You are basically trying to create a 1 to 1 relationship but the relationship field is a 1 to many relationship.
First I would suggest switching to a post object field, which by default is a 1:1 relationship.
If you can’t do that then I’d suggest reading this https://www.advancedcustomfields.com/resources/querying-relationship-fields/
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.