Hi @CU16021406-1,
Can you please share the internal name of the column you are trying to retrieving corresponding email address?
The oData query will be based on internal name of the colum.
Filter Query: Title eq '@{outputs('Name')}'
Please replace Title with the internal name (from your example it is column Name) of the name column in your list
How to get the internal name of a SP list column:
1. Under Columns, click the column name.
2. Look at the URL in your browser — you’ll see something like: .../FldEdit.aspx?List=%7B...%7D&Field=My_x0020_Column
Here:
My_x0020_Column is the internal name and pleae note that spaces become _x0020_, and special characters are encoded.
I am sure some clues I tried to give. If these clues help to resolve the issue brought you by here, please don't forget to check the box Does this answer your question? At the same time, I am pretty sure you have liked the response!