Hey everyone,

so my Javascript should trigger a select into item based of a ID i get from the IR (Coulmn: Fragen Nummer).
The item value is assigned correctly but doesn´t trigger the change event for my select.
If i assign a value through apex.item in my Console it works fine but if try it in my JS code it wont trigger the event.
My js code is the following:
If GET_FRAGEID_ITEM is changed it should trigger the select into.
Which select the item GET_WERTUNG_ITEM.
Why doesn´t it trigger the change event inside my Javascript,but i
works as intended if i use Apex.item in my Console.
Any help is appreciated.