Using same data set in two different apps - sharing attachments

I use the same data table for two different apps. In App 1 I upload a proposal PDF document. I would like to view that PDF in the other app, but not sure how to make that document available in the folder for App 2.

0 6 650
6 REPLIES 6

@Dan_Oliphant
Provided the apps are under same Google account, with the FILE type column in App#2, you need to specify the file folder location of App#1.

could you do this in a virtual column?

if so, what would the look like?

Use the same formula you use in the first app. Same table means same path to the file.

Still getting error 404. I tried to this statement in a virtual column with no luck

IF(ISNOTBLANK([upload_estimate]), CONCATENATE("/appsheet/data/PBPdb2021-143146/universal_data_files_/", [upload_estimate]),"")

and the column type as FILE

@Dan_Oliphant

I use multiple apps sharing images. The setup used is configuring the Default App Folder location to the same folder for all apps.

Top Labels in this Space