Input in a Repeating Group

Hello Bubblers !

I am writing to you guys because I am really stuck right now in my app development…
The user is able to create a project and create tests sheets in this same project.
Then he creates the phases that is must go through during the project. In each phase he can select the tests that should be performed. He can select the same test in different phases.
So what i would like to do is to let the user set the test order within the input in the RP.

I used a custom state to get a list of the input’s value and store them in the DB.
The example of the 1st line : Software validation should be done in 3rd and Hardware validation in 1st.
But then i would like to reorganize in a good visual way these info, but i cant figure out the way to link the number “3” to Software validation and “1” to Hardware Validation.


image
image

What i am expecting of this visual is to show
in the 1st raw the tests do in Order 1
in the 2nd raw the tests do in Order 2
in the 3rd raw the tests do in Order 3
etc etc …
In each raw we could have 1, 2, 3 tests or even more

Hi! I’d love to help you with this, but I’m having trouble understanding exactly what you’re trying to accomplish. Is your problem simply a sorting issue?

Hi alejandro :wink:

I would like to know how i could get the order’s value and link it to the right test sheets and the show in each row the right test sheets

Sounds like item’s index # is what you’re looking for!

1 Like