Hi everyone, I have two schemas, feature_cart & feature_purchase and it has a common column name called feature_name. How can i check for a condition like if feature_name(feature_cart) == feature_name(feature_purchase), then exclude the recipient else send the recipient to further activities. Tha...