These are configuration formats for automatically assigning values to Select-type Data Items via EL syntax. In assignment settings for the Select-type Data Items, the choice IDs are specified. The choice IDs can be specified as fixed values or by referencing the values (selection results) of other Select-type Data Items or the values of String-type Data Items.
BPMN Icon: [Update Data]
Fixed Value
| Format | Assigned Value |
|---|---|
{'ja'}( 'ja' is also acceptable) |
Display label for a Choice whose ID is 'ja'
|
{'ja', 'br'} |
Display label for a Choice whose IDs are 'ja' and 'br'*1
|
Data Items
| Format | Assigned Value |
|---|---|
#q_otherSelect |
The copied value of the Select-type Data Item q_otherSelect*2Refer only to the Choice ID and differences in Display labels are ignored |
#q_string |
The copied value of the String-type Data Items q_stringThe specified string is regarded as the option value (Choice ID) |
#q_string.split(#NL) |
Each line of the String-type data item ( Example: Defined options Japanese (Option ID: Input (Value entered into the string data field ja Result (Selected options) Japanese, English |
*1 Only checkboxes are supported. Assigning values to other form types (such as radio buttons) will result in an error.
*2 When copying values from a checkbox to another form type (radio button, etc.), it results in an error if two or more options are selected in the original checkbox.
Comments
0 comments
Article is closed for comments.