I came across this post and it put me on the right track. Here is my working code that uses the URL in the column named image_url and attaches the image at the URL to the record in the column named image. let table = base.getTable('Item');
let quer...