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.
Hi guys! I'm wondering if I'm doing something wrong or something has recently changed? Long story short, I'm not able any longer to nest the records through the interface. Currently, I'm working on the new base and I wanted to nest records to organis...
Hi guys!
Do you experience any issues with the automations these days? Recently, I’m experiencing the slowness of automations. Literally, it takes ages to write anything in the past few weeks. I’ve checked the issues on other machines of my colleague...
Hi guys :slightly_smiling_face:
Happy Friday!
I was trying to adapt one of the available scripts. However, I failed badly.
Opposite to the script I shared above, I’m using only two tables and in the main, I don’t want to create a template but I wan...
Hi guys!
I’m trying to set up an automation where I could send an email to a requestor once the project matched certain conditions. For a requestor field, we’re using a collaborator option, and now whenever I’m trying to send an email to a collaborat...
thanks @TheTimeSavingCo much appreciate your help! @Pascal_Gallais- Nested records let you to manage records in the hierarchical order within the same table. For example, you have a list of tasks in one of your tables in the grid view these tasks w...
Hey @JonathanBowen
If could I ask you one more question. How could I implement into this script a conditional statement?
for (let name of gameTitle.records) {
selectedGame.push(
{
fields: {
...
I think I found the root of the issue where my script is failing.
let productCatalogue = base.getTable('Product Catalogue');
let customers = base.getTable('Clients Roadmap&Portfolio');
let record = await input.recordAsync('Select a game', productCat...
Hi @JonathanBowen
Thanks for your message.
JonathanBowen:
Generally, I wouldn’t use a single select field for clients. Clients feels like it should have its own table, which might make the base structure closer to the example script (but irrresp...