I am trying to run the following script:
const tableDeals = base.getTable("Deals")
const queryDeals = await tableDeals.selectRecordsAsync()
And I am getting an error “Your script exceeded the 512MB memory limit.”.
Though the Deals table has only about 3500 records and weighs about 4 MB. What am I doing wrong and how can I fix this? Thanks!
