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
Expected behavior in case when specified object ID (or other available identifier) in Upsert action does not exist in system:
If object can be created with the identifier provided, then create the object. (e.g. upsert contact by email address: If no contact found then create contact with the email address)
If object can't be created with the identifier provided, then throw error. (e.g upsert by system ID where system ID is always generated by the system, id is provided and not found.)
The text was updated successfully, but these errors were encountered:
Expected behavior in case when specified object ID (or other available identifier) in Upsert action does not exist in system:
The text was updated successfully, but these errors were encountered: