Hello, is there a way to make a field added to a sublist`sublist.addField({ id: 'item', type: ui.FieldType.SELECT, source: 'item', label: 'Item' });` to only load the list of the record that was called, right now is grabbing all the items, but the sutielet gets called from the
IF
, so just wannt to show the items that are on the
IF
record, is this possible?