-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.0, 7.10, 8.10
-
Component/s: Automation
-
Release Notes Summary:Document.filter operation can use a list of document as input to evaluate the 'condition' parameter
-
Backlog priority:300
-
Sprint:nxL2IT 9.3.11
-
Story Points:2
When expression from parameter 'condition' is evaluated, the expression's context has no knowledge of the document being iterated, making it impossible to filter a list of documents.
Provided Document['dc:format'] == 'text' is a valid (?) expression for the condition parameter, when operation loops on list of documents, no variable Document (or other) in the expression's context is properly defined to allow a proper evaluation on each document of the list.