Hello,
I want to build a flow sending email attachments automatically to different people based on file name.
* The pdf files are in Onedrive folder ( might be moved to a sharepoint folder if necessary for building the flow)
* I save pdf files to a specific folder with a particular format;
"SupplierName_YYYYMM_EmplyeeShortName_InvoiceNo"
For examle:
Hilton_202407_CKent_123456
ItalianRestaturant_202407_CKent_789456
ThePlaza_202407_LLane_852963
TheRitz_202407_LLuthor_741852
I have a sharepoint list for the employee short names and corresponding emails

So I want to build a flow which will send the pdf files (invoices) as attachment in an email to respective employee when a new file saved with her/his short name in the folder of employee travel expenses.
For instance;
Hilton_202407_CKent_123456 : will be sent to Clark Kent
ItalianRestaturant_202407_CKent_789456: will be sent to Clark Kent
ThePlaza_202407_LLane_852963: will be sent to Lois Lane
TheRitz_202407_LLuthor_741852: will be sent to Lex Luthor
Hope someone can help!
Thanks in advance!