Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: awilliams1024Here is the contents of the data flow
node:Static_Data
bretype:core::Static Data
editor:sortkey=5aa6ad117f00206e
output:@40fe6c55598828e5/=
prop:StaticData=<<EOX
RecId,Data
1,A
2,B
3,A
4,B
5,B
6,A
7,A
8,B
EOX
editor:XY=310,130
end:Static_Data
node:Filter
bretype:core::Filter
editor:sortkey=5aa6ad5024c40697
input:@40fd2c74167f1ca2/=Static_Data.40fe6c55598828e5
output:@40fd2c7420761db6/=
prop:Script=<<EOX
if firstExec then {
Previous_Value = "Not__Defined"
}
emit * where Data != Previous_Value
Previous_Value = Data
EOX
editor:XY=460,130
end:Filter