Help

Re: "Ru Script" Automation: Test Failed

916 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Luis_Guilherme_
4 - Data Explorer
4 - Data Explorer

Hey guys,

I’ve just subscribed to Airtable Pro and i’m trying to set automations with “Run Script”. I’ve tried my first automations with a simple scripts as console.log(“test”) and
let table = base.getTable(“Titular”);

let query = await table.selectRecordsAsync();

console.log(query.records);

But when a test it, it keeps getting “Test Failed”.

I don’t know what to do in this case. Would appreciate if someone give me a clue. Thanks.

Luis

10 Replies 10
Erin_OHern
6 - Interface Innovator
6 - Interface Innovator

Hi there,

Erin with Airtable Support here – thanks to everyone who wrote in about this, and we’re very sorry for the trouble this caused! The team was able to identify an issue here that was affecting certain bases, and it now seems to be completely resolved. If you were previously encountering this error when testing a new automation script, the test should now be passing if you re-try.