We have a table with a File column.
We’d like to get the URL for the file. Is there a way to do that?
As I understand it, the file is stored on s3.
We have a table with a File column.
We’d like to get the URL for the file. Is there a way to do that?
As I understand it, the file is stored on s3.
As per usual, a solution by @Paul_Danyliuk Launched: File Uploads & Attachments - #58 by Paul_Danyliuk
ParseJson(thisRow.[File].First()._Merge() + "", "$.publicUrl")
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.