Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

← Return to the list of available setters

← Return to the list of available applications 

If you have trouble understanding how the action works, check the descriptions: Application, Setter, Conditional execution, Component parameters

Basic information

Category: TableStore

Available from version: 1.0.X

Description

The component adds a new record to an existing TableStore object. The uploaded record does not have to contain all the fields defined in the TableStore object, but it cannot contain fields that do not exist in this object. In case of missing fields, they will be filled with default values. Default values for each type are indicated in description of the TableStore object.

Configuration parameters
Name of the parameterFrom versionDescriptionParameter typeDefault valueField typeNotes and restrictions
TableStore*1.0.XVariable that holds the TableStore object that is being modified by adding a new record.Variable Editable field 
Field identifiers*1.0.XThe table of identifiers of the fields that are part of the TableStore object.Text Editable field 
Field values*1.0.XArray of values corresponding to field identifiers.Text value array Editable fieldThe parameter accepts only text values. The text values, depending on the types of field data being stored, will be converted to the corresponding type.

Parameter*- required field

Sample configuration

Example of use

Initial TableStore:

Record to be added:

Result:

 

Change log

 1.0.X

  • Adding component

 

 

 

  • No labels