Help
Automations
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Linking records based on logic in (many) fields

I have a base where I want to track how Contacts engage with Events (dozens of them). I have one single-select status field per Event on the Contact record and would ideally like to use those fields to programmatically link the two records.For instan...

Merging data in from Typeform entries

Hi All,So I have a question about the best way to merge data. I manage a scholarship program for a festival that happens once a year. We've been using airtable the last few years to manage the staff, artists, and scholarship recipients. We saw a lot ...

how to make variables in emails RTL?

Hi,I want to automate my work with emails to clients every 3 monthes.the problem is my languge is RTL (right to left).how can I send the clients emails that are RTL?with HTML it doesn't work since the variables doesn't work in HTML.

eranggg by 5 - Automation Enthusiast
  • 219 Views
  • 5 replies
  • 0 kudos

automate emails to client with quarter report

 Hi,For a property management company, how should I go about creating the next quarterly report?I have organized a board for:AssetsFaultsClientsEvery quarter, I aim to send each client a separate email containing a report detailing:The income generat...

eranggg by 5 - Automation Enthusiast
  • 468 Views
  • 8 replies
  • 4 kudos

Resolved! How can i get a record from button press without choosing the record?

let table = base.getTable("Orders"); let field = table.getField('Order Info'); let record = await input.recordAsync('Choose a record', table);I know that if I make this script, I can press the button and then select the record to run the automation....

Guics by 5 - Automation Enthusiast
Solved
  • 235 Views
  • 5 replies
  • 1 kudos

Resolved! Using fetch() in a scripting extension

HelloI've creating a function to act as a rudimentary web scraper to grab some meta data like the page title, description etc using the `fetch()` api. In an automation, this works perfectly as expected. But in a scripting extension, my `try...catch` ...

MrLuke by 6 - Interface Innovator
Solved
  • 187 Views
  • 2 replies
  • 2 kudos

SVG to PDF Script

Hello, I am trying to automate the conversion of SVG attachments in PDF format (in another column).So far I got this script but doesn't seem to do the job. Anyone has a solution?

lagidiko by 4 - Data Explorer
  • 316 Views
  • 2 replies
  • 0 kudos

Downloading a PDF file from an Extension

Hey,I have an extension in Airtable that creates a file for each record within a Table. Is it possible to download each file as a pdf and populate a file field in the same Airtable record? Each file generated by the extension doesn't have a unique UR...

jakepap by 5 - Automation Enthusiast
  • 331 Views
  • 2 replies
  • 1 kudos