We have a csv file that will drop in a directory folder on Google Drive daily let’s say at 6:00am. We’d like to schedule AppSheet to import the csv file and post the data to a specific table. Can this be done?
Based on what I’m reading it appears to only be possible to import into a view meaning the user would have to manually do this each day?
Bigquery can watch GCP Buckets and automatically append to specific tables that can be shared with Appsheet. There is an Appsheet API that could be used to ingest content using JSon format. A scheduled process will need to be used to run. Using Appscript , Appsheet can be used as a scheduled to periodically run CRUD actions.