Path to open PDF not opening file

Good evening. I’m new to the AppSheet scene and trying to learn. 
I have an automation set to create a PDF file every time a new line is added with a couple parameters. The file creates fine and is saved in my app’s drive folder under files. But I have not been able to create a way to click on the file and view in app. 
I am using the default path. 

jako1345_0-1664257424071.png

And have my data column set up like this 

jako1345_1-1664257539422.png

My inline action looks like this 

jako1345_2-1664257590203.png

The action shows in line but this is the screen I get when i click on it 

jako1345_3-1664257648540.png

Thanks for your time 

 

 

Solved Solved
0 2 219
1 ACCEPTED SOLUTION

Aurelien
Google Developer Expert
Google Developer Expert

Hi @jako1345 

Yes, that's pretty tricky.

You may want to add the relative path to your folder in your inline action, or something like that.

 

In case that may help, here is an answer I made months ago, it works for me:

How to call the PDF Link that i created - Google Cloud Community

Basically, the main steps are:

- create your future relative path

- create your PDF file using this future relative path

View solution in original post

2 REPLIES 2

Aurelien
Google Developer Expert
Google Developer Expert

Hi @jako1345 

Yes, that's pretty tricky.

You may want to add the relative path to your folder in your inline action, or something like that.

 

In case that may help, here is an answer I made months ago, it works for me:

How to call the PDF Link that i created - Google Cloud Community

Basically, the main steps are:

- create your future relative path

- create your PDF file using this future relative path

thank you!! @Aurelien Will set it up like this and see if it fixes it!

Top Labels in this Space