Update

Update Entity fields from json

Through this Action, users can update an entity record variable with a JSON.

  1. Select Action as โ€œUpdate Entity fields from json".

  2. Select a variable with the data type of the entity.

  3. Select the Json variable for updating the record.

  4. Users may choose to define the Action to unset missing fields by selecting the โ€œUnset missing fieldsโ€ option. By default, this field is unchecked.

Update Entity record on match key

Through this Action, users can update an entity record by using Match key criteria of the entity.

  1. Select Action as โ€œUpdate Entity record on match keyโ€.

  2. Select or create JXPResponse variable to store the record.

  3. Select entity variable (defined with the entity data type in the โ€œVariablesโ€ tab).

  4. Click the "Setup Criteria" button to define and save the match key.

  5. Users may choose not to trigger a Flow. By default, the option is unchecked.

  6. Users may choose not to trigger a Validation. By default, the option is checked.

Update Entity record on primary key

Through this Action, users can update an entity record through the entity's primary key.

  1. Select Action as โ€œUpdate Entity record on primary keyโ€.

  2. Select or create a JXPResponse variable to store the record.

  3. Select entity variable (defined with the entity data type in the โ€œvariablesโ€ tab).

  4. Users may choose not to trigger a Flow. By default, the option is unchecked.

  5. Users may choose not to trigger a Validation. By default, the option is unchecked.

Last updated