Hi @naijacoder ,
Could you please share more details about your scenario? What do you mean by send a single email with some basic information Title and a link to the item?
I have no idea how you could get specific items from the lists, but below the Get items action you can use "Filter array" along with "Select" operations to iterate all entries and get desired column values:

You can also add a Create HTML table underneath the Select, use the outputs to generate an HTML table which can use in Email body.
Best regards,