set value from grid column to page item

PHOTO EMBED

Mon May 06 2024 11:26:20 GMT+0000 (Coordinated Universal Time)

Saved by @Reemhel #sql

const model = this.data.model,
    records = this.data.selectedRecords;
let values = records.map( r => model.getValue( r, "JCLASS_DISPLAY" ) ); 

apex.item( "P230_CURRENT_JNYID" ).setValue( values[0] );
content_copyCOPY

use selection change