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.
Hello Airtable Community. I've reached my wits end and so has chatGPT I am using the following scripting code in an Automation to extract some data from the record that triggered the automation and insert into an external API. Most of it is work...
Hello all --I am having a challenge bringing in data from a lookup field. We have a table that lists incoming deliveries as each row. There is a column labeled "tags" in this table that where we want to show tags from another table (product details...
I have a base where I have a table that is a list of product names. I have another table in the base which is a synced source of data from emails, where I have the same product names and a few other fields coming in. Basically, the goal of the exer...
I have a table of products that includes a linked record field to a “tags” table. Each product can have multiple tags. I want to create an automation that auto applies one of the tags, called “New Product”, to the product and auto removes the same ...
I have one table with a list of products and their delivery date. I have another table with a list of marketing campaigns and a “Go Live Date” and a “End Date”. I simply want to have this information together in one view so it’s easy to tell what p...
Fortunately, I figured out the best way for me to do this was to change the link structure and link out from the table I am bringing data into rather than vice versa. Thank you.
Hi @TheTimeSavingCo ,Please see screenshots of the tables. The first one is the table where we are pulling in the field "Product Tags" and the second table is a synced view that has the product tags we are pulling in. In the first table, you'll see...
@Karlstens Very sorry for the super slow response. Finally got around to re-implementing and this did work just as advertised. Thanks and super helpful in helping me learn exactly what happening in the script too.
@Karlstens This looks great! I think this does achieve what we’re trying to do. I’m just not getting it to work in my environment – I’ve not really used scripting much to this point.
In my case:
-the products table name is “Product Catalog Referenc...
@Zack_S Thanks. I’m not the best scripter in the world but it’s good to hear some validation that it doesn’t look possible outside a script. I’ll let you know how it goes.