Hi there,
you can use the input of a user to filter the list you are retrieving.
My below microflow filters by using the input parameter from this form:
I used an Xpath constraint to limit the objects being retrieved (Transaction objects in this case) where the employee name matches the transactions:
You can then return the list of objects at the end event to use how you wish.
Hope this helps,
Liam