Skip to main content

Converting a script into a formulae

  • August 10, 2021
  • 1 reply
  • 0 views

Hi. I want my formulae field ot be able to call a script I made. Is that possible and how?
app is called times10
function times10(x)
{
output = x * 10
}

I would then call it using the formula field.
=times10(5) which would print out 50.

1 reply

kuovonne
Forum|alt.badge.img+27
  • Brainy
  • 6004 replies
  • August 10, 2021

Welcome to the Airtable community!

It is currently not possible for a formula field to call a script. You can run scripts from a button (either a button field or the button in scripting app) or as an automation.

Formula fields are restricted to using Airtable’s built in operators and functions.


Reply