Table-like input DataApp

Hey KNIMErs!

I am developing a DataApp. However I have some trouble with creating a table-(like) input for the user.

The user should insert as many rows as needed.

I used a workaround that takes a integer widget and creates an empty table and afer that the Table Editor (Javascript).

Is there a better way to do that?

Ideally I want to achieve something like this:

  • The user inputs e.g. article nr.

image

  • DB query to display some more text

image

  • user inputs data in column C, D, E …
    image

I tried using a Counting Loop over a Component (didn’t work) - but maybe due to false settings.

Any ideas?

Kind Regards Ricci :slight_smile: