Hello everybody,
In my app, I have a Form with a combobox (SelectMultiple is true) in it.
When I submit this Form (with several users) it created several records (2 here) in the corresponding table.


What I would like is to create 1 user per row. Example: row1 - user1. row2 - user2.
The objective is to show them in separate items in a gallery. (first item 'Person' = user1 ...)

Is it possible to do that?
Thank you in advance