Hey @chintu49
Sorry for late reply. I am really depressed these days because I have not found a new job in the last 2 months.
I used the same solution which I gave to @jaina
Here is the error I am getting:

I am just passing check dynamic value:

Then I tried the below expression:
if(equals(items('Apply_to_each')?['Check'],null),'NA',items('Apply_to_each')?['Check'])
Above I am seeing if check has null in it or not. If it has null I am adding NA to the append to variable, you can pass false, or anything else, whatever you want. You can pass single quotes too to add a null value. But directly dont add null in it.
You can also try the below expressions, might work in your case:
if(equals(items('Apply_to_each')?['Check'],''),'NA',items('Apply_to_each')?['Check'])
if(empty(items('Apply_to_each')?['Check']),'NA',items('Apply_to_each')?['Check'])
Just replace items('Apply_to_each')?['Check'] with your dynamic expression.
See now my flow works without any errors:

I hope this helps 🙂
Looking for a New Job. Please Help!!!