Forum Discussion

Deleted's avatar
Deleted
Nov 21, 2018

Using Flow to send email to contact found in SharePoint list

Hi, I have a Form from which the output is saved in a SharePoint list. I now need to create a Flow that combines data in the Form output list with data in another SharePoint list, to send an email o...
  • ChrisWebbTech's avatar
    Nov 21, 2018

    Should be able to just use Get items to accomplish this by taking Site from the "When item is added" Trigger and using in in the query of the 'Get Items' step where site eq "site" from the first step. Then in the send email action use the e-mail address from the get items step that matched the site. Quick version shown below. 

Resources