Upload to File column using link

Hello all,

Is there a formula that I can use to upload a file into a file column type using a link as an input?

Thank you, thank you :blush:

Hi, @Osman1 .
You have to create a button to upload a file.
The formula is simple.
If your button is on canvas, you should use: Table.AddRow(Table.[File column],"Link")
If your button is inside a table column, you should use: thisRow.ModifyRows(thisRow.[File column],"link")
If you need more than one file inside a โ€œcellโ€ is a bit more complicated but doable. You will need a helper table.
I can create a mock doc if you need.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.