-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 8.2
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Automation
-
Tags:
-
Sprint:nxfit 8.4.1
When setting values to a select2 from automation script in Studio, for instance:
var result = [{ "id": "1", "displayLabel": "Label 1" }, { "id": "2", "displayLabel": "Label 2" }]; return result;
It does not fill the select2 properly.
The same with an automation chain (see screenshot attached).
Maybe: Operation Context should be propagated? To confirm.