Help
Development & APIs
Share, ask questions, and learn more about the backend of your Airtable applications.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Duplicate Linked values in a cell

Hi All, This might be completely impossible but I’m trying to get rid of duplicate linked field values. Is there any way I could force it to do this via scripts? The dedupe app doesn’t quite do what I need it do and although this can be acheived via ...

Screenshot 2021-08-19 110326
Jay_Shin by 4 - Data Explorer
  • 874 Views
  • 3 replies
  • 0 kudos

Automation Assistance - Linked Records

Hi I am trying to build an automation. When a record enters a view, I want to update another table for the linked record. For example: In Table A there is linked record to Table B. In Table A there is a field Field A. When a record enters a view ...

Automating the QR Code Maker App

Dear airtable community, currently I’m using the “QR Code Maker” app in Airtable, which works great for me at this point. Now I want to take the next step and fully automate my process, by letting the app generate a qr code, without me manually havin...

kxr1m by 5 - Automation Enthusiast
  • 495 Views
  • 0 replies
  • 0 kudos

Custom Script for Previewing another Airtable record

Hi all! I’m looking to use the URL Preview App to preview another bases’ record. I can successfully open the source record from another base, but I’m looking to preview that view and make edits within that preview window instead of being sent to that...

Screen Shot 2021-08-25 at 11.08.35 AM Screen Shot 2021-08-25 at 11.08.14 AM
Ali_Shannon by 5 - Automation Enthusiast
  • 458 Views
  • 0 replies
  • 0 kudos

Resolved! Input.fileAsync force change ID to Date

Input.fileAsync force change ID to Date. //read csv let latestStock = await input.fileAsync('Please CSV', { allowedFileTypes: ['.csv'], } ); console.log(latestStock); ↑It’s true ID"0002-3". But Date format. If Do you know resolve. ...

image
111257 by 6 - Interface Innovator
Solved
  • 3089 Views
  • 11 replies
  • 7 kudos

Script to log active automations?

I need to monitor the use of the “Send email” automation action for many bases and over 100 users. Is it possible to use a script to create some kind of log of active automations? Or notify when an automation sending information outside of airtable i...

Setting timeout while awaiting for user input

Hello, I am wondering if there is a way to set a timeout on an await call ? Essentially I have a script where the user is asked a yes / no question, if the user says yes the script continues, if they say no the script aborts gracefully. Upon aborting...

Resolved! selectRecordAsync only returns record ID and Name

I am attempting to create a simple script which will count the number of entries in a linked lookup field. My plan was to invoke .selectRecordAsync() on the table of interest to pull the records and count the number of entries for a given record in t...

image image image image

Resolved! How Can I delete cells-value in specific field

I wanna delete cells-value in Amount Field. I am referring to this↓ Airtable Airtable | Everyone's app platform Airtable is a low-code platform for building collaborative apps. Customize your workflow, collaborate, a...

db1ed7c73b3a535b8dfa83b423ea8b3fa0e4ca04.png db1ed7c73b3a535b8dfa83b423ea8b3fa0e4ca04.png
111257 by 6 - Interface Innovator
Solved
  • 2583 Views
  • 4 replies
  • 4 kudos
Labels