Hi there,
I seek help on below issue.
I have 2 tables 'Contact' and 'Unsubscribed contact'. Both tables has column name EMAIL
Contact table contains contact information of the individual. In this table I have created a separate column named ''Unsubscribed' with choice set value Yes & No.
Idea is to match values from Email record from contact table to Email record form Unsubscribed_Contact table. If it matches then 'Unsuncribed' column in contact table should show 'Yes' Value. If not then it should shows No Value.
How I can achieve above mention functionality.