Hi, i am creating a manual flow to send out an email with multiple attachments.
The attachments have to meet 2 criteria:
- they were added to SharePoint since the last time the flow ran and
- file name must contain the word "Report"
I know how to create a flow that send multiple attachments and to filter based on file names, however i am very stuck on the first step. I don't know how to make the flow only look at the documents added to SP since the last time the flow was triggered.
Appreciate the help.