Skip to main content

What is myKey in the airtable api example?

  • May 19, 2022
  • 3 replies
  • 15 views

Forum|alt.badge.img+13

I got this code from documentation. What is this myKey ?

let inputConfig = input.config();
console.log(The value of myKey is ${inputConfig['myKey']}.);

3 replies

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • May 19, 2022

It is the name you give your input variable in the left panel of a scripting automation action.


Forum|alt.badge.img+13
  • Author
  • Known Participant
  • May 19, 2022

It is the name you give your input variable in the left panel of a scripting automation action.


I don’t understand what you mean ?


TheTimeSavingCo
Forum|alt.badge.img+31

I don’t understand what you mean ?


Hi Jay, this is what kuovonne is referring to: