So I want to build an app that is;
- one data source from my team's MySQL server (data source 1)
- and the other data source from retool database (data source 2)
What I want it to do is;
- a manager checks displayed projects on a table from data source 1
- a manager changes status to the cell of the editable column in the table and saves changes
- saved data is input to the data source 2
- while joined with key value of data source 1 and data source 2
AS-IS
- I succeed to make a query that writes to the data source 2 of selected row in the table
- I failed to input changed value (=status) to the data source 2 (undefined and null)
Anyone had similar experiences before?
Thanks,
M
