Adding Multiple Inputs to a database.
I am only able to write 1 input to my database (collection) no matter how it is mapped. All the tutorials use only one entry as an example so I presumed its the same principle, map each input to each database field i.e. InputCompanyName to Company Name OR AccountNumber to Account Number.
No such luck. My list service works great just cannot write more than one item to the database.
Any ideas. Im clearly missing something very simple but i'm not getting anywhere and I have restarted about 4 times now.
Do i have to create 1 service per field?!?