hello, looking for help on a search query using lookup table col1,col2,col3 aaa,100,a@a.com bbb,200,b@b.com i need to use this lookup table and use col1 and col2 as search criteria to a base query. If it yields any result I’ll need to use the email from col3 and send an email notification. this i need to do for every row from the lookup table. And this whole process needs to be automated. am trying to find if such requirements were answered in this community but to no luck so far. can you pls guide me here. Any pointers is appreciated. Thanks.
... View more