I have connected the Google Drive Collection files table to manage files using Appsheet within this connected folder. It works fine I can add/edit/delete files using the Appsheet UI.
Need an Apps Script or a solution to set up a scheduled batch job that will auto-import multiple files from a temp folder to this connected Google Drive Collection files table?
Update: Besides the AppsScript, I am primarily looking for direction/solution on updating the auto-generated GoogleDrive Document Database Table with these imported files. That way these files will connect to my other database entities.
I have followed this video in implementing my solution: https://www.youtube.com/live/IidYmj9o2co?si=vn95XpCC3M6Bm4f_&t=1207
Thanks