IsConflict = Evaluate("@IsAvailable($Conflict)", doc ) If IsConflict(0) Then 'skip this doc Print "CONFLICT" Else 'process this doc Print "no conflict" End If