Component view does not work with a chunk loop inside

Hi,

I am trying to do chunk loops inside my component, and the view stops working.

Background:

The data app shows up a single selection and file upload widget, then performs a logic to chunk rows (if more than 300) from the uploaded file data and process it before displaying the output to the user. It works fine without chunk loops. How can we do that? I tried to put that logic within a metanode/component within my primary component, but that did not help.

Thanks!