Copying Values from one app to another

Hi everyone! I have a problem/theory that needs solving.Firstly,I have 2 apps, one internal and one public facing

My internal app generates a QRCode that directs the user to the public facing one using a key that displays some values (Basically validating if a certificate is authentic or not). At the moment,I am copy and pasting the QR Code/data manually into the public facing app database.

I would like to know if there is any way that I can copy the QR Code automatically to another appโ€™s database (in this case, the public facing appโ€™s googlesheets) through actions/workflows?

I have read this article https://help.appsheet.com/en/articles/2378626-example-copying-newly-added-records and would like to know if this is the way to go?

Thanks in advance!

Solved Solved
0 7 324
1 ACCEPTED SOLUTION

@Mark12345
You cannot combine them unfortunately. But a good idea could be sharing the public appโ€™s gSheet with your secure appโ€™s account and then just add the related table to your secure app. Then you can write data to your public appโ€™s gSheet from your private app. Not tested but then a simple AppSheet API workflow rule can even work as the public appโ€™s relevant/associated table will be a part of the secure app.

View solution in original post

7 REPLIES 7
Top Labels in this Space