I am looking for a way bulk upload thousands of images into the file column of an existing board. Each image belongs to one of the 600 items in my board (some items have up to 5), and I wish to upload every image in the file column of its own respective item. How can I achieve this? Will using the Monday API help, or is there a source elsewhere that solves the issue? Thanks.
By using a separate HTTP request for each item, will I have to modify the script each time? If not, since the script iterates through each item and uploads a file, is this not considered a bulk upload?