GitHub user fcwojtul added a comment to the discussion: Hop workflow issue: Process receives old rows instead of empty result after lookup
In the end, I solved it by using a database join with an outer join instead of a database lookup. This way I could pass the records forward with empty database columns, and then in the final step I filtered out only what I needed. GitHub link: https://github.com/apache/hop/discussions/6059#discussioncomment-15038021 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
