I am using common context in my inline app (card list) to filter a list of records based on entered criteria in the main app. The main app is publishing field values and the inline app is the subscriber. My list has many records but I’m focusing on two that has field A and B populated but one has field C and the other doesn’t have field C populated. If I enter data in the main app for all three fields, common context is correctly filtering down to one record but if I only enter data for field A and B, I’m seeing both records. I only want to see the second record where A and B are populated but C is blank/empty/null/. The inline app is built over a join table.
I’ve tried to setup my subscribe to include the Exact Match and Exclude Empty but both are behaving the same. Is this the proper way to setup common context for my scenario?

