Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

What is myKey in the airtable api example?

Topic Labels: Automations
1326 3
cancel
Showing results for 
Search instead for 
Did you mean: 
Jay_P
7 - App Architect
7 - App Architect

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 3
kuovonne
18 - Pluto
18 - Pluto

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 ?

Hi Jay, this is what kuovonne is referring to:
Screenshot 2022-05-19 at 7.34.23 PM