From 673c8ac2ad33d35c7d55637a8d653e5c001693db Mon Sep 17 00:00:00 2001 From: Mattang-Dan <100213981+Mattang-Dan@users.noreply.github.com> Date: Mon, 6 Nov 2023 13:28:51 -0800 Subject: [PATCH] Update filterrows.adoc --- .../modules/ROOT/pages/pipeline/transforms/filterrows.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/filterrows.adoc b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/filterrows.adoc index c7b27846229..7b91511d585 100644 --- a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/filterrows.adoc +++ b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/filterrows.adoc @@ -28,7 +28,7 @@ under the License. | == Description -The Filter Rows transform allows you to filter rows based on conditions and comparisons. It affects workflow if connecting the True or False outcome/hop to another transform. +The Filter Rows transform allows you to filter rows based on conditions and comparisons. It affects workflow if connecting the True or False outcome/hop to another transform. There are 3 path available as outputs (True/False/Main output). The main output follows the True path only. Once this transform is connected to a previous transform (one or more and receiving input), you can click on the "", "=" and "" areas to construct a condition. Downstream transforms can be connected to the True or False hop.