Forum Discussion

btasevski's avatar
btasevski
Copper Contributor
Aug 20, 2019

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...
  • Norman Young's avatar
    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

Resources