Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
If the input to a tJavaFlex is an iterate rather than a main flow, how do you refernece that row? If it was a main input you would use something like row1.fieldname but this doesn't work with iterate and it doesn't cover this scenario in the docs.
I've tried
row1.fieldname
iterate.fieldname
input_row.fieldname
Thanks
Hello,
You can use tFlowToIterate to get the data -->tJava to get or transform the data
@Matt Evans , take a look at this KB article, it is helpful for you to understand the difference between tJava and tJavaFlex.