Is there a way to create table in uipath apps using custom list component

I want a way to create a table in data service using custom list component.
SCENARIO -
I am fetching line items data from table_A. Then I need to attach new value(text box input) to each line item rows and once I click update then new entity should be created in table_B

As currently UiPath apps doesn’t have for loop feature. I don’t mind giving update button to each row.

So once I click update, That particular row values should be created in table_B.

I tried giving text box output variable as input to an entity. then if I click update btn after providing value, new value will reflect on all the rows in custom list.

@RpaNoobMax ,

Loop features not available right now. But this is into Road map and soon will be available.