Here is the formula I worked out. Others may have better ways
curID = :ID;
theRows = Current Data Table() << get rows where( :ID == curID );
theArray = Associative Array( Words( Concat Items( :Ab[theRows] ), ", " ) );
Concat Items( theArray << get keys );
![txnelson_0-1722022698565.png txnelson_0-1722022698565.png](/t5/image/serverpage/image-id/66559i27F4FFCA36C794CE/image-size/medium?v=v2&px=400)
Jim