Forum Discussion
btasevski
Aug 20, 2019Copper Contributor
Flow to notify based on column input
Hello, I have a SharePoint document library with bunch of folders (custom content type), which belong to one employee each (mandatory input person/group column named "Employee"). I want to create fl...
- Aug 20, 2019
Hi btasevski,
This is possible in Flow. High-level steps:
- create new Automated flow
- use the SharePoint - "When a file is created" trigger
- add Outlook - "Send an email" action
- use value from "employee" column in the "To" field
If the employee column is populated manually you should add a Condition action to check for nulls.
I hope this helps.
Norm
Norman Young
Aug 20, 2019MVP
Hi btasevski,
This is possible in Flow. High-level steps:
- create new Automated flow
- use the SharePoint - "When a file is created" trigger
- add Outlook - "Send an email" action
- use value from "employee" column in the "To" field
If the employee column is populated manually you should add a Condition action to check for nulls.
I hope this helps.
Norm
- btasevskiAug 27, 2019Copper Contributor