To select IDs you need an input field, like a relationship input (also possible via variable).
List selections can currently only be used for bulk deletion or bulk editing - if you open a bulk editing form, all selected record IDs are given to the form to be edited. These can be retrieved on the bulk form via app.get_record_id()
but not on the form that the list originated on.