Hi Everyone,
I'm new to Power Automate.
Have successfully created a flow that saves .pdf email attachments from our vendors into a SharePoint document library. I want to modify this so it also saves the date and time the email containing the attachment was sent to a field in the same SharePoint document library. I've worked with Copilot with no success. My basic outline for this flow is:
When a new email arrives V3
Apply to each
Condition "name ends with .pdf"
If True then
Create file using our Sharepoint Site address and the folder path for the Document Library and
File name: name
File Contend: contentBytes
How can I capture and then save the email sent date to the SharePoint Document library?
I currently have a Colum named 'sentDateTime' with a type of Data and time.
I'd appreciate any help and suggestions.
Bennie