Oct 15, 2024 10:09 AM
Hello everyone,
I’m currently working on an Airtable project where I manage two tables: one for accounts and another for account status. I'm trying to set up an automation that allows the names of the accounts to be automatically transferred to the status table whenever a new account is added. Here are the steps I’ve taken so far:
The goal: AUTOMATICALLY transfer the account names from the first table to the first column of the second table as soon as a new account is created.
Unfortunately, the automation isn’t working as expected, and I’m only seeing a "B" in the status table instead of the correct account names or nothing happens at all. I'm unsure if it's due to the settings or if I've overlooked something.
I would greatly appreciate any tips or advice on how to resolve this issue.
Thank you in advance for your help!
Oct 15, 2024 11:51 PM
Hey @Leon
It sounds like you’ve got the right approach, but the issue might be with the way the automation is set to transfer data.
Ensure that your trigger in the automation is set to "When a record is created" in the accounts table. You’ve got this part right already!
Instead of using an "Update Record" action, try using an "Add Record" action in the second table (Account Status). When setting up the action, ensure you’re mapping the correct field (the account name) from the accounts table to the relevant field in the account status table.
Check that you’re pulling the account name from the right field in the accounts table. It sounds like it’s defaulting to a single character ("B"), which could be due to improper field selection or a mismatch in field types (text vs. single select).
Test your automation step-by-step to ensure that the data is transferred correctly. If the automation logs are showing any errors, those can give you clues about where the issue lies.
Oct 16, 2024 02:49 AM