The Community will be undergoing maintenance from Friday February 21 - Friday, February 29 and will be "read only" during this time. To learn more, check out our Announcements blog post.
That is probably a very confusing title, I will do my best to explain what I want but I am pretty new to coding and Airtable.
I already have a Grid View with multiple fields, and I am using the Forms View to add to my Grid View. In my Form I have a m...
Just in case anyone ever has a similar question, I finally came to a solution. Much thanks to Erin with the Airtable team!!!
let table = base.getTable("Gantt Charts")
let query = await table.selectRecordsAsync()
for (let equipment of query.records) {...
I don’t have any experience with Javascript syntax. Or coding at all, really. I guess I should have clarified that more in my original post.
I’m not sure if it possible to rewrite this without having at least one nested loop, since what I need to do ...
Yep, I have tried running it but I don’t get an error. I actually have a slightly updated version below that shows my most recent attempts. Visually, refer to the above to see what this is doing. The problem I am having is getting the individual valu...
Update
I have made some progress so far, but I am running in to trouble with my Linked Record field, Equipment # and Description. Right now I am able to separate the array of New #'s into respective Outputs. The formula I have in the primary field is...