I started with a When an item is created trigger for a Sharepoint List, but how do I proceed with selecting a reference Sharepoint List to get the correct information.
1st Sharepoint List, Books
2nd Sharepoint List, BooksAuthors
3rd Sharepoint List, Authors
| ID | AuthorName | AuthorEmail |
| 1 | Bob | bob@outlook.com |
| 2 | Charlie | charlie@outlook.com |
How do I get the AuthorEmail information when an entry in the BooksAuthors list is added?
And send an approval to all the Authors after?