How to get the URL of a file in a File column?

As per usual, a solution by @Paul_Danyliuk Launched: File Uploads & Attachments - #58 by Paul_Danyliuk

ParseJson(thisRow.[File].First()._Merge() + "", "$.publicUrl")
4 Likes