I am trying to use Select to pull values out of a SharePoint get properties connector.
Here's the table:

1. I'd like to have another field named index but I need help with how to increment the value for that field.
2. I need help formatting the date fields to be d-MMM-yyyy.
I'd like to take the output from this Select and feed a Send mail connector. I'm using this expression:
output(body('Select')?['email'])
It's returning this error:
InvalidTemplate. Unable to process template language expressions in action 'Compose_2' inputs at line '1' and column '38868': 'The template language expression 'output(body('Select')?['email'])' cannot be evaluated because property 'email' cannot be selected. Array elements can only be selected using an integer index. Please see https://aka.ms/logicexpressions for usage details.'.
Could someone please show me what I'm doing wrong here and how to fix it?
Thank you,
Anne