Hi,
There is a List and a Form:
List has two columns: Name and Department
Form has several fields including Name.
When user fills the form, flow compares the Name entered in the form to the corresponding entry in the list and sends an email to a designated user with the name and department entry that was fetched from the list.
Problem: My flow is fetching the Name part correctly from the list but instead of fetching the corresponding department, it fetches all the departments from the list.
Can someone help me?

