[4] Update Entity Record

Last modified by admin on 2023/07/01 01:29

RCA.Activities.DataService.UpdateEntityRecord

Description

This activity allow to update an existing record for the selected Entity in Data Service.

In the body of activity

  • Entity: Select the entity you want to use with the activity. The property only supports entities imported from Data Service
  • Record Id: Once you select an entity, the wizard asks you to provide the ID of the record you want to retrieve from the entity
  • Switch to record view: Click to switch the input method (Json object)
  • Manage Properties: To configure more fields, click Manage Properties, make your selection, then click Update fields/Save

Properties

  • Common
    • Continue On Error:  Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (True, False). The default value is False. As a result, if the field is blank and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error.
    • Timeout Ms: Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. 
  • Input

    • Entity:  The entity you want to use with the activity. The property only supports entities imported from Data Service
    • Input Record: The record that is to be created for the selected Entity type. Must be of the same type as the selected Entity Type
  • Misc
    • Display Name: The display name of the activity.
    • Public: If selected, the values of variables and arguments will be logged at Verbose level.
  • Output​​​​​​​
    • Output Record: The record created from the Data Service, stored in an Entity type object. This field only supports objects of types imported from Data Service and must be of the same type as the selected Entity Type.

image-20230630131917-4.png

  
Navigation