Does Bulk allow updating multiple items? Why does it create a new one instead of updating the existing item when I try to update?
Hi @shone,
Bulk update does both creating new items and updating multiple items. In case of bulk update, you need to provide a unique column on the basis of which it identifies if the item exists to update.
Bulk API is still in very early stages and we are testing it internally, so better to use regular create/update APIs.
Thanks.