Hello all.
May I check if the following is possible with Airtable and in-built Automation.
Trying to use a Main table input to create a new record into a new table. However it will be created in a “selected” existing table base on Input field condition. E.g. IF “Group1” THEN Create at Table1, IF “Group2” THEN Create at Table2
I asked the same question to support and they suggested Script approach as below.
" While our create record action is set to a specific table (making what you’re trying to do impossible for a single automation), you might be able to do what you’re looking to by building a rather complex [Run a script Action]. This is an advanced corner of Airtable – you’ll need knowledge of JavaScript to be successful here."
If this is true, was wondering what Script resource is needed to accomplish this.