Hi APEX Devs,
I am trying to get the column values in Server Side Dynamic action for selection change event of Interactive Grid as below
Event : Selection Change [Interactive Grid]
Selection Type : Region
Region: EMP_IG

On selection change, the below error is thrown
ERR-1002 Unable to find item ID for item "EMPNO" in application "21029".
When users are allowed to pick Column for "Items to Submit" shouldn't it mean that the value should be available on the "Server Side".
Should this be considered bug? I would like to hear your thoughts.
PS: I am aware of JavaScript way of fetching values and storing in hidden page Items and then using those page Items in Server Side code. But this seems too much of code just to fetch column values (more so when this works fine for Change event)