Hello,
I made a script to query a API and update current rankings of records. I have a test table with 5 records and 1 is a empty record.
See screenshot for my test table:
code:
//set the variables
let api_key = '{apikey}';
let table = base.getTable...