Hi all,
I'm working on an application to generate purchase orders, I have a list with the items (item number, description, accounting account) and another list in which the purchase orders should be saved, both are in sharepoint.
Currently in my application you can see the list of items (which is a gallery), from there I select the item or items and these are passed to a collection, within my collection the user must write what is needed (my boss requires it that way, to avoid having to work a more detailed list), so far everything works fine, the problem comes when I want to save the items, because it only takes the values of the text input of the first selected item.



Any idea or help is welcome, thanks.