Via Power Automate, when creating a new list item in SharePoint list 1, a new list item is created in SharePoint list 2
1. When a new Engineering Meeting Minutes document is uploaded to SharePoint list "NewEngMeetingsList", a variable saves the meeting date as a date string.
2. Power Automate retrieves the link to the new document (that has been attached).
3. For each attachment (in this case only one), an email is sent to the Engineering department with a link to view the document in browser window.
4. Power Automate adds 14 days to the meeting date.
5. For each attachment, a new item is created in SharePoint list "NewKasaAnnouncements".
6. Within the NewKasaAnnoucements are "StartDate" and "Expires". These values are used on an intranet webpage that includes all company announcements. See
Power Automate - Company Event and Announcement project on Portfolium for details.
Comments