GitHub user bamaer added a comment to the discussion: Use of variables or dynamic date on MongoDB Input
you can't pass input fields to the MongoDB Input transform as it is now, I think your only solution for now is the build the entire query as a string and set it as a variable or pass it as a parameter to the pipeline. That would require a bit of overhead but the result should be the same as passing in fields. GitHub link: https://github.com/apache/hop/discussions/5666#discussioncomment-14303699 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
