I need to extract subject values and store in list columns and at the same time email attachments to be stored in the document library based on the subject line values folder names before adding attachment. please refer below expected output
Email Template //Sample
Subject: Country: Kenya\Customer: client1\Contract Number: 43291\Type: Renewed\Region: Washington\Department: Sharepoint
Sharepoint List for storing subject values
Country-Single line of Text;Customer-Single line of Text;Contract Number-Single line of Text;Type-Single line of Text;Region-Single line of Text,Department-Single line of Text
Question: How to extract incoming email as per above example subject and create item into sharepoint list respective columns and to store email attachments in the document library
Expected output
List :
Country: Kenya
Customer: client1
Contract Number: 43291
Type: Renewed
Region: Washington
Department: Sharepoint
Library //To create defined folder based on the subject values
Year\month\country\customer\Department\Region\Type(predfined values)
So ideally,we need to check these subject values of the above columns dynamically and create a folder structure and store attcahments which we recieve in email
2024\July\Kenya\client1\sharepoint\Washington\Renewed

Report
All responses (
Answers (