Saving entries field doesn't work #15263
Answered
by
mmikkel
JulieVelghe
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
mmikkel
Jun 27, 2024
Replies: 2 comments 1 reply
-
Does the If yes, then this line should return an element(query?) $submissionUserCourse = $submission->getFieldValue('userCourse')->siteId($primarySiteId)->one(); I'd try to debug the |
Beta Was this translation helpful? Give feedback.
1 reply
-
When populating relational fields programmatically, you'll need to use an array of element IDs (even if it's just a single ID), i.e. $userel->setFieldValue('userCourse', [$submissionUserCourseId]); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
brandonkelly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When populating relational fields programmatically, you'll need to use an array of element IDs (even if it's just a single ID), i.e.