You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the Upsert work if all data are the same type, but if we data inside the array that Already exist and some other that are new, the upsert will only update the already existing data and ignore the other one.
Currently the Upsert work if all data are the same type, but if we data inside the array that Already exist and some other that are new, the upsert will only update the already existing data and ignore the other one.