Hi @Anonymous ,
Do you want the manager to select options from an email and then update the selections to corresponding item in SharePoint list?
I have made the following flow for your reference.
Add a button trigger.
Get items from the list. There is a person and group column named as EmployeeName in my list.
Add an apply to each, select value from Get items.
Within the apply to each, add the action Send an email with options. At here, in the User Options field, input all the selections and separate them with a comma.
Then the action Update item, select ID from Get items for the Id field so that option could be updated to corresponding item. And select dynamic content SelectedOption for the EmployeeName Claims field.
An image for your reference.

Note: in order that all the emails are sent at the same time, please go to Settings of Apply to each by clicking the ellipsis and turn o Concurrency Control, set its value to 50.

Best regards,
Mabel