It has been a while since I’ve needed to insert a path + filename into a column to open generated file. I am seeing why others are having some issues.
I have a folder into which generated PDF’s are placed. I then pull that folder into the app as a source to a Reports table. I add Virtual Columns that extract row identification from the filename so the file can be attached to the data row generating the file.
I am having trouble computing the correct path + filename. If I simply use an expression like this:
thats exactly what I did to show an action in order to open a generated file. I believe @Steve mentioned in othetr post why this ‘“gettablefileurl”’ appears, but it had its purpose.
If I use CONCATENATE by itself OR append “”, I get back just the filename. If I append space or any other printable character, with CONCATENATE or the “&” shortcut, I get the “gettablefileurl”
INDEX behaves the same
I tried Text column type and get the same behavior.
thats the url of your PDF. As @Steve once said, the App generate this temporally (the ‘signature’ part change after that) url to open your file and protect it.
So its OK to get what you said. when a column formula unite the path+file name you get:
Just for the sake of your mental health, it seems like a bug indeed, or at least it’s not very clear why AppSheet would decide to use a URL on one side instead of the other.
You found a workaround with an extra VC right?
Maybe its because your are ‘calling’ a text in wich, first you have the path (Inspection_Reports/") plus the result of the value in the column from the ‘select’.
I have a workaround already. I’m was trying to determine if this is expected behavior. I don’t believe it is. I will open a report to AppSheet support.