Hi @send2mark,
Do you want to send the first few query results with an email at a time?
We could configure the Count in the action List news by query to return only the first few query results.
I have made the following flow.
For testing, it is triggered by a Button. If you want to get news on a schedule, please change it to Recurrence.
Add the Bing search action List news by query. Set Count as 20.
Add the action Select to select columns I want to display in the email from the dynamic content Body of the previous action.
Add the action Create HTML table. Select from the Output of previous action, set value of the two fields as:
item()?['name']
item()?['datepublished']
Add the action send an email, select HTML output for the Body field, and make sure enable Yes for Is HTML field.
Image for your reference.

Best regards,
Mabel