I have a gallery with an add button to dynamically add records to it. Each record has three dropdowns (company, department, employee) and a number text input to add the daily working hours.
What I want to do is to save these values into an entity with each record in the gallery on a separate row.
So the main question is, how can I get values from second, third... records of the gallery not just the first one.
Thanks for any help.
