Hello, you have to put inside the template, in “Mendix object” limits, and in “Reference to import objects” Review.
Then in the java action :
template object : your template.
import excel doc : your excel file (xls limit import)
import object parameter : the review.
If it’s not working try to commit the review, before the java action, and maybe also after. (I remember having a issue with the import with a non commited object).
If none of that is working, you can let the reference to import objects blank, and inside a loop on your limits (with a retrieve from DB constraining it to the limit imported, after the java action import), you put the reference of the review.