Basically im developing a start form where i get a list of records that contain a a docID and a dropdown.
The interface has a editable grid where the user can add rows and per row the user can add a document (file uploadField) and a dropdown.
My issue is that on both fields i selected the value and the save with ri!VALUE and when i add a document it makes it so that in all the rows that document is selected and the same for the dropdowns.
How can i make that per row created the save and the value creates a new array? In the interface i have already selected the ri! as multiple.
ill leave the code here , and thanks in advance to all,
Discussion posts and replies are publicly visible
baltazarC said:what would you insert in the save and value of the objects in those same rows?
You shouldn't be inserting objects, you should just be inserting data rows in your data target. The main "row contents" array will contain the components you need and do that work for you.
The example code in the link already posted by Stefan demonstrates this pretty clearly:
thank you!
np - if you've figured it out, let us know - plus me and/or stefan would definitely appreciate a "verify" when you get a chance