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 2 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 enables the modification of the TableStore object data in the records specified by the condition.

Configuration parameters
Name of the parameterFrom versionDescriptionParameter typeDefault valueField typeNotes and restrictions
TableStore*1.0.XVariable that holds the TableStore object that is modified by changing existing records.Variable Editable field 
Field identifiers*1.0.XThe table of identifiers of the fields that are part of the TableStore object.Text value array Editable field 
Field values*1.0.XAn array of values corresponding to field identifiers.Function array Editable field

Functions used in this parameter can only return text values. The text values, depending on the field data types stored, will be converted to the values of the corresponding column types.

It is possible to refer to the context variable Row Index (iteration) to be able to set different values for successive records.

Condition1.0.XDecides to change the record. The record will be modified if this parameter is met (it will return true).Function Editable fieldThe function used in this parameter can only return a logical value. It is possible to refer to the context variable Row Index (iteration) to treat TableStore records differently. The parameter is optional. If left blank, the condition will be true for each record.

Parameter*- required field

Context variables

The name of the contextual variable

Type

Description

Row index (iteration)

Integer

Stores the index of the record currently being analyzed by the component. The component changes the value of the context variable when it moves to the next record.

 

 

Sample configuration

Example of use

 An example of operation based on the above configuration.

Initial TableStore:

Result:

 

 

 

Change log

 1.0.X

  • Adding component

 

 

 

Parametr przyjmuje tylko wartości tekstowe. Wartości tekstowe, w zależności od przechowywanych typów danych pól, zostaną przekonwertowane na wartości odpowiednich typów kolumn.

  • No labels