Is there a way to trigger a script once a CSV import finishes? Or check in a scheduled script if a saved one is running or not?
We are uploading data into a custom record, then a scheduled script will use this data to create customer refunds...
and all records that will be applied to customer refunds have to be applied at the same time, you can't reload the record and apply something new. So if the script picked up a few of them, while the CSV import was still running, we could miss some records.