Action external: open a file

I need to create an action that opens a file in my Google Drive.
and in the line “The file to be opened”
I am concatenating as follows: "

(paste the file) / file.pdf "

Is correct ? or is something missing?

0 3 579
3 REPLIES 3

This expression doesn’t make much sense.

Where is the file located in relation to the main GSheet for the app?

I’m trying to represent the file path.

the file is in a folder on my Google Drive.

appsheet / folder / file.pdf.

I want to know how I should represent this path

It is typically a path relative to the location of the GSheet, which is why I asked the question that I did.

Like:
content/file.pdf
Which would indicate a “content” folder at the same level as your GSheet.

Top Labels in this Space