Dear community,I am thinking about to turn on Airtable AI, but first I'd like to ask whether the Airtable AI has the power to do what I want.A brief introduction of my base and what I want to achieve:We provide logistics management for cruise vessels...
Hello, Community!I have a button in a grid view which action is "Open in page designer". I cannot find an option to incorporate this button/action into interface designer. Well, I can add the button field but no action is available in the interface. ...
Hello, Everyone!I am desperately looking for a solution for something where I thought that it's easy to do. But somehow this is beyond my thinking. The situation:I have a table, grouped by a reference ("EXA"). Several records with same reference ("E...
Dear Community,I hope someone can help me with the following issue...I have an automation sending out an email for a record ("shipment" table) with attachments. The attachment(s) come by lookup from my "inventory" table. Now, as some inventory items ...
Dear all,
I just experience strange behavior of elements in interface designer. Not only one base, or one specific interface, it’s all. Element says" Element had an internal error".
Anyone see same?
Nice feature, yes. But is there a reason why it's not supporting updating of existing records? For example, we are using the CSV import extension a lot for importing PO lists to get new records as well as updating existing unique records.K
Dear,we are a freight forwarding company, and i introduced Airtable 2016. today, we cannot manage our logistics without Airtable anymore. We do inventory and warehouse management, shipments, tracking and tracing. A lot where traditional TMS has its l...
After another glas of wine I reduced to only one rollup field and tweaked the rollup aggregation formula to read:IF(AND(ARRAYUNIQUE(values) = 'DELIVERED', COUNTA(values) = COUNTALL(values)), 'COMPLETED', 'still in progress')Works great as well! K...
Okay, with help of a junction table, at the end it's easier than I thought:I created a junction table for the references ("EXA") and did 2 rollup's. One counting the total records, and a second one that meet certain conditions (counting what is not "...
Hi, Scott!Your ideas sound great (as always)! I was hoping to avoid another junction table. Let me try with an automation including 2 x find record actions… K