I have data in one base. and data in another base. Member table, and event table. When i add members, i want the Member id field to automatically show up in the event table based on first name/last name match.
Hello
I have a product table. And want to use a button to order the products. And then create order records in order table (pulling 3 columns from product table) and link the two tables. product id - order id
need some help im green
John
Hi
im having issues with webflow and adalo images landing in my airtable base.
i use zap for integration
It works fine with carrd (using webhook).
thoughts?
Kamille_Parks:
let ordersTable = base.getTable("The name of your orders table")
let productsTable = base.getTable("The name of your products table")
let product = await input.recordAsync("Select a product", productsTable)
Exactly what i need...