I want to be able to built a utility (that can work on Windows as well as MAC system), that we can use to upload multiple images in a table. The structure of the table is simple:
----------------------------
| Image Name | Thumbnail |
-------------|-------------|
| Image01 | Image01.jpg |
| Image02 | Image02.jpg |
| Image03 | Image03.jpg |
----------------------------
The “Image Name” is simple “Single line of text” field and “Thumbnail” is an “Attachment” field.
I searched all over the internet, but couldn’t find a way to do that. Services like integromat can be used to insert images from cloud, but I want to be able to upload images kept on local computer.
Any help would be appreciated to get me started. I am fairly experienced in VBA automation or Python, but not in using API. So that will be a learning curve, but I am willing to learn.