Hello
I have a database table with 14 columns, I want to insert into this database from 2 different sources. (I am using perspective module)
Source1:
The data from 4 entry boxes:
Source 2:
The data from a dataset table (2 rows and 10 columns)
Final Databse:
The database table after inserting these 2 sources would be:
I have tried different solutions but none of them were successful.
I am able to insert the 1st source into the database but I am not able to combine that with source 2 and send that back to the database, and I am using a message handler.
I greatly appreciate any information you could share with me.