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 Airtable community,I’m seeking advice on the best way to structure a base that involves Tasks and Issues, which have overlapping fields but serve distinct purposes. Here’s the situation:Issues: These require detailed tracking and notes, including ...
I have a table called "Main" with a user field named "Employee," which needs to stay editable and as a user-style field. I want to add another column in the same table, "Employees Team Members," which displays all users in the same team as the employ...
have a table called "Main" with a user field named "Employee," which needs to stay editable and as a user-style field. I want to add another column in the same table, "Employees Team Members," which displays all users in the same team as the employee...
Hello Thank you in advance for your help! I am trying to create separate records from a lookup field (the input variable) which in this example include the name Tom, Rose. The goal is to write these to new records however keep them linked to the "Peo...
Hello everyone, thank you in advance for the help. Really appreciated
Script Purpose
When a record is created in first table (with start and end date field), create records with unique dates that go from start to end date in a new table
const tableWi...
Hello all, I am looking at doing almost the same as above, however instead of "quantity", I would like it to be a linked cell with an array of data (in my case names). What would need to be changed to achieve this?
Hey Kyle
Thanks for your response, the trigger was set to "“when a record matches conditions”, where conditions is Status = Done.
changing the trigger to when a record is updated or when a record is created outputs the same results annoyingly, but g...
Any thoughts on how to only create records from the triggered record ID? I ve been playing around with it every night but still no luck. I am currently thinking it should be in the “while” condition but its not giving the right result
So I have added the additional fields successfully, with only issue remaining. The scrip is creating a record for ALL of the records in the “Date range” table. I was hoping to only create records of unique dates related to the trigger record ID. How ...