Help
kdburns
6 - Interface Innovator
6 - Interface Innovator
since ‎Aug 31, 2023
‎Oct 27, 2023

User Statistics

  • 21 Posts
  • 0 Solutions
  • 3 Kudos given
  • 1 Kudos received

User Activity

I am using the following script for when a new record is added that will provide a running total. // Hard-coded table and view nameslet tableName = 'Invoices'; let viewName = 'Grid view'; let table = base.getTable(tableName);let view = table.getView(...
I am perplexed as to why there is a Date field type however it can only be sorted by 1-9 which puts the month of October ahead of January. Or another table of mine, it will sort January first for a few records, then start over. I don't know. Sorting ...
I manage a large media plan with multiple users. As due dates approach in the following increments, 60, 30, and 15 days, I want to trigger an email that will inform that user if they have not provided the necessary information to deploy the ads. I ha...
I want to sync PDF files via Google Drive however this method renders a low res PDF and the important copy that I need the reviewer to approve is not readable.Is there a way to stop this or is loading the attachments manually the only option?Thanks!
I found this formula on the Airtable Developers Page // change these names to pick a view:let table = base.getTable('Invoices');let view = table.getView('Grid view'); let result = await view.selectRecordsAsync({fields: ['Amount']});let runningTotal =...
Kudos from
Kudos given to