Hi All,
I have a popup lov item on my page with values of task types, for, for example, Work order, Inspection, To-do, etc. When I select any of the values from the task type lov item, it then populates/sets the value in the next item which is also a popup lov item but in 20.2 it sets the value but doesn't display anything. The same scenario is working fine in apex.oracle.com APEX version 23.2.
Could someone suggest a workaround in APEX 20.2 for this scenario as it is causing issues in our Production environment?
1st screenshot from 23.2 (apex.oracle.com)

2nd screenshot from our system version 20.2


When I tried to use apex.item('P_ITEM').setValue(id, value), then I got internal server error as below
{
"code": "InternalServerError",
"title": "Internal Server Error",
"message": "An unexpected error with the following message occurred: Header:Apex-Error Cannot contain CRLF Charcters",
"type": "tag:oracle.com,2020:error/InternalServerError",
"instance": "tag:oracle.com,2020:ecid/858d02ef-e4be-445c-a5f9-347c4d27b07b-00068781"
}
Here is the link for my environment if anyone wants to try and do the changes.
https://apex.oracle.com/pls/apex/r/apex/workspace-sign-in/oracle-apex-sign-in?session=105862369360685
kinjan_apex
DEMO/demo$1234
@fac586 @carsten-czarski-oracle can someone help me here?