Home › Forums › General Issues › How to update user field with correct object etc › Reply To: How to update user field with correct object etc
Backing up a bit to your OP, the user field only stores the user ID in the database. It just returns a user object when you get the value. You can get the unformatted value of the field, an array of user IDs, by using the 3rd parameter in ACF $this_decision = get_field('decision_makers', $decision_id, false);
I’m pretty sure that you can also just use an array of user IDs in update field.
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.