Hi everyone.
I am trying to convert a img to a url automatically every time we upload or attached an image to a table.
This is the code.
let table = base.getTable("Table1");
let selectedView = table.getView("Shows");
let selectedField = table.getF...