The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
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...
@kuovonne Actually, after changing the script to pull data from view like below, both issues were solved! woop!:
let table = base.getTable("tesdata");
let view = table.getView("Grid view");
let query = await view.selectRecordsAsync({fields: table.fie...
Hello,
@Adam_TheTimeSavingCo
Ok, I added the console.log and get as error, very criptical for me:
CONSOLE.LOG
:arrow_forward: Error {name: “d”}
name: “d”
@kuovonne OK! I will check what will happen if I query view asap.
About the error: it gives...
I have similar issue. It looks like we cannot use remotefetch and can’t use loops in automation script.
As I have a simialr setup and it doesnt work, frustratingly enough.
Can someone correct me if i’m wrong and perhaps explain why the methods are so...