Skip to content

Upsert action behaviour when specified id is not found in system #31

@stas-fomenko

Description

@stas-fomenko

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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions