
Announcements
Hi,
I am trying to build flow on below criteria
1.when new email arrives
2.It should check for email templates from sharepoint list and if yes its matched then it should extract From,cc,subject,body and copy attachments and create FROM,to,CC,subject,body entry in library specific to the subfolders based on country/region criteria and if no then create file in temporary document library
Email template list:
Title (column)
Contract Number Text
Document library
Title From To cc subject
Folder1\Country\Region\Client(subfolder predefined)
Folder2\Country\Region\Client(subfolder predefined)
Flow steps
Im trying to check if the template list Title is matched with email subject
Kindly suggest