Hi all,
My current flow is ->
When an item is created or modified
Site address: Sharepoint
List Name: My List Name
->
Condition
"Dynamic content" is equal to "VALUE"
If yes
Send email to people
If no
Nothing
The flow grabs information from list 1 when a column = "value" and sends other values from other columns in an email.
I want to add some more columns into the same email from list 2.
List 1 and List 2 have "Job Number" & "Sales Order Number" columns where the values are = to each other & a 3rd column in list 2 that holds a column that list 1 does not have.
How can I use those 2 columns that are related to add the 3rd unrelated column in to an email?
Thanks in advanced for the help!