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 Management Number: Alphanumeric
Document library
Title From To cc subject
Folder1\Country\Region\Client(subfolder predefined)
Folder2\Country\Region\Client(subfolder predefined)
Flow steps
Sharepoint list item title and subject in email matches but then its seems to be False
Yes i tried but its not working as expected condition
In the same flow we are looking to perform below conditions
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
Thanks
If we pass filter query items in get items then how to copy items in different document library.i mean if title is equal subject then matched so extract metadata from email to,from,body and create entry in SharePoint document library A otherwise we need to export email to different library B. So how to check the condition once after we pass the filter query.