Upsert Bulk
#1415
-
I'm trying to do an upsert with bulk but I get duplicate rows:
$channels is an array of at least 500 items:
|
Beta Was this translation helpful? Give feedback.
Answered by
GromNaN
Aug 21, 2024
Replies: 1 comment
-
This is supported using the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
GromNaN
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is supported using the
upsert
method (doc).