hansva commented on issue #6745: URL: https://github.com/apache/hop/issues/6745#issuecomment-4024042071
I would either split that logic into a reusable pipeline that fetches the token and puts it in a variable; this pipeline could then be reused in multiple workflows. Or I would create a second stream with a generate rows that creates a single line, and do the API call and merge it back into the main flow using a cartesian product. You could also use a [pipeline variable resolver](https://hop.apache.org//manual/latest/metadata-types/variable-resolver/pipeline-variable-resolver.html), which gives you the power of a variable with a pipeline backing the logic to return the value. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
