I have 2 tables in an app created in appsheet. Table 1 has as a source a giogle sheets file, Table 2 is connected to a cloud database and shows data updates every day.
I need to fill a column from the google sheets file with the data existing in a specific column from the table 2, in order to use this data in my app.
The reason is that we need to have data updated.
Could someone tell me if it possible and how it should be done?
You can source data in the SAME app from BOTH datasources. Users can interact with both table and update the data from either place. There isn’t a need to copy from the database into the Google sheet to accomplish this.
However, in case there is more to this than the post implies, you can copy data from the database to Google. To do so you would need to create a Scheduled automation process that can pick-up the data from the database, identify which row in Google it belongs to and write the value to the proper column in Google.