Good day everyone,
I am using Google spreadsheet as a data source.
What is the correct way to transfer data from a specific columns in a table to another table in a different application ?
I know how it works in the same application but not to a different application.
Thank you all in advance
If you connect the same table to 2 apps… now they’re both working from the same data source.
- This is a preferable methodology, over copying data into 2 sources (and subsequently trying to manage updates between the two)
But if you wanted to copy from “one app to another” - where they don’t share the same data source table - the solution is to have both tables in the app that’s making the copy of the data.
- That app has both tables and pushes data into the other one; the other app then “picks up” that data (since it’s connected as well).
4 Likes
Thanks for the detailed explanation, it helped a lot