Hi there -
I have a view which excludes conflicts using SELECT Form=“Contract” |@IsResponseDoc & deleteddoc=“0” & @IsUnavailable($Conflict) in selection.
I have an agent that processes a response collection. The collection includes the conflict even though it is not in the view. How do I exclude it from my response collection?
Thanks in advance…