load( local!cdtForm1:rule!getForm1Details(ri!iRequestID), a!formLayout( firstColumnContents:{ a!textField( value:1+enumerate(count(local!cdtForm1)) ), a!applyComponents( rule!TestGrid( ri!cdtTargetLocation,_),1+enumerate(count(local!cdtForm1)) ) } ) ) /*NOTE:- ---- cdtForm1 is the cdtForm1 contains the deatils selected in teh first form, ---- cdtTargetLocation is the cdt where I want to store the current grid data */