Hi, everyone! I made a flow that triggers when a new item is added to my list "RetornoFlexible_1". I need to take the "Legajo" from that item and look it up in another list called "TablaEmpleados". When Legajo=USERID, my flow should save the MANAGER in a variable called "superiorid". After that, I look up the "superiorid" in the USERID column of "TablaEmpleados" list, get the "EMAIL" and save it in the variable mailSuperior. Finally flow should send an email to the direction saved in mailSuperior.
This it how it looks


My problem is when I execute the flow, although it detects no error, the result of my first filter (Legajo = UserID) gives back a null. So no email is sent. I now for sure that there is a userID equal to the legajo value i'm trying so I don't why this is happening. Could you please help me?


Thank you!