Hi @ck25415,
Cause you have 10 conditions to fitter the items in your SharePoint and you want to identify which condition was failed after a run, right? Maybe you could make a workaround that uses the Compose action to put each condition into it.
For example, you can use the expression:
if(equals(item()?['title'],'test'),true,false)
it has the same function as the condition Title is equal to 'test'.

So, you can create a branch to put the ten condition into these Compose action.

About greater, less, and, etc logical comparison functions, you can have a reference to this document:
https://docs.microsoft.com/en-us/azure/logic-apps/workflow-definition-language-functions-reference#logical-comparison-functions
Hope it can help you.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.