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.
Hi !
I hope you can help me, I am trying to get the cell value of a record I have from an automation.
I checked all the documentation and don’t understand what’s wrong (except maybe that it just doesn’t work with airtable automation ?)
Anyway here is...
Hi, thanks for the quick reply ! I unfortunately can’t invite you but here is the automation
My code : `
let inputConfig = input.config()
let quoteStatus = inputConfig.quote_status
let requests = inputConfig.query
let statusToUpdateTo;
switch (quot...
Hey :slightly_smiling_face:
Thank you for this script you’ve put out that matches perfectly one on my need. However, I have this error “Error: Request parameters failed validation.”, right on the while, any idea what could it be ?
while (updates.le...