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.
The code below is really long, sorry about that, I’m still cleaning up the functions.
My script isn’t running, it goes through the code as the console log tests return but none of the functions are working.
The last function I created was an async fu...
Airtable actually has amazing support if you message them. I would suggest sending them a message referencing this product suggestion.
They were able to help me with my requirements.
Thanks,
Ali Pirani
Thank you for you input Justin.
I never had any formal training in Java and your optimization method helps a lot!
The map function seems overwhelming but the for(let item of newVal) method is what I will be using going forward.
Furthermore, I did end...
I found one error
async function addNewToCurrent(newVal, typeOf, tableNumber)
{
console.log(“addNew function new val and size”, newVal, newVal.length);
for(let j = 0; j < newVal.length; j++)
{
console.log(“for loop in addNew working”, j);
await table...
How can I share my tables?
basically this script is enabling me to take data from my master table whilst reading the truck numbers and customer names.
After which the script only pulls unique values from the truck and customer fields.
Then uses each ...