File column resulting failure check

Hey everyone.

I'm creating an automation that creates a file and them fill a table that has the created file column. When i tested the file was created but the link in the app is not working. I checked the file path and it's exactly where the file is. Bellow the details of the problem:

 

  • Default app folder: /ATR
  • Error i got: Thales_Taranto_0-1659103739762.png
  • The file created and it locationThales_Taranto_1-1659103818477.png

     

 

Solved Solved
0 2 118
1 ACCEPTED SOLUTION

Can you show us how you create the URL? 
and if you expand the details of the error what do you have? 

Anyway, my suggestion is to create the URL like this: 
CONCATENATE("The path as it is defined inside Settings -> Information -> Default App Folder" , "/Drive folder path/", [var if you need it like file name], ".pdf") 

View solution in original post

2 REPLIES 2

Can you show us how you create the URL? 
and if you expand the details of the error what do you have? 

Anyway, my suggestion is to create the URL like this: 
CONCATENATE("The path as it is defined inside Settings -> Information -> Default App Folder" , "/Drive folder path/", [var if you need it like file name], ".pdf") 

Hey Droid. 

There was an error on the concatenate formula. I already fixed it. Thank u anyway

Top Labels in this Space