I am looking for some help regarding collections. I am new to this and trying the self taught thing and, well, it is kicking my butt.
Is it possible to update a collection from multiple text inputs across mutiple screens?
I have 12 text input boxes spread over 3 screens. I would like to have info entered into each box and then update a collection with the info. I am currently using a button on each screen the updates the collection and navigates to the next screen. The issue is that each screen is placing the information into a new row rather than the same row as the previous info.
Is there a way to get all the information into one neat row? Eventually I will be expanding the app to 8-9 screens and dont want 9 rows of data for one entry.
Example:
Screen1: Textinpt1, Textinpt2, Textinpt3
Screen 2: Textinpt4, Textipt5, Textinpt6
Collection name: Testing
Column Names: Col1, Col2, Col3, Col4, Col5, Col6 (Fancy, I know)
I would like to have info from screen1 and 2 in a single row.
Any sugestions or alternate methods would be much appreciated.