Skip logic for select multiple

Hi, I am trying to build a form and needed help with a couple of questions.
I have one multiple select question like the following and a follow-up question.
Q1. select multiple fruits
a. apple
b. banana
c. grapes
d. orange

Q2. some follow-up question.

I want the Q2 to appear ONLY when either apple or banana is selected and do not want Q2 to appear if grapes or orange is selected or any of the combinations that have grapes or orange with apple or banana.

Thanks

Welcome back to the community, @rohith_kumar! This post discussed previously should help you solve your issue:

So maybe you could also use a similar skip logic to your question:

(selected(${Q1},'apple') or selected(${Q1},'banana')