Select-type Data Item, Auto Assignment(el-enabled)
Selection result is set to the Select-type Data Item by an arbitrary string. EL expressions can be used for strings.
Configs
  • C1: Arbitrary String *#{EL}
  • C2: Select-type Data Item *
Script (click to open)

const value = configs.get("conf_value");
engine.log("value:" + value);

const selects = new java.util.ArrayList();
selects.add(value);

engine.setDataByNumber(configs.get("conf_item"), selects);

Download

2021-11-21 (C) Questetra, Inc. (MIT License)
https://support.questetra.com/addons/select-type-data-item-auto-assignment-el-enabled/
The Add-on import feature is available with Professional edition.
Freely modifiable JavaScript (ECMAScript) code. No warranty of any kind.

Notes

  • You can specify an EL expression in the “C1: Arbitrary String” field. (EL expressions cannot be used in Update Data.)

Capture

See also

%d bloggers like this: