Hi Harsh,
Make an association between leave and manager, this way you’ll be able to populate the managers,
Also, this way, it seems more logical,
because multiple leave requests can be associated with a manager, the leave request should be acting as the intermediate entity.
After the association is created, you can use a reference selector and populate all the managers,
Let me know, if you have any issues,
Hope it helps!!