Skip to main content

input.config may only be called once

  • August 23, 2024
  • 1 reply
  • 27 views

Forum|alt.badge.img+1

I'm calling in a script more than once input.config, to show input variables, but the error say that I can.. so, how can I display 2 or more variable within a script? 

 

1 reply

dilipborad
Forum|alt.badge.img+23
  • Brainy
  • 235 replies
  • August 23, 2024

Hey @jpghelfi,
See this airtable documentation it returns an array of those sets of input variables.
https://airtable.com/developers/scripting/api/input#config
Also, see this attached screenshot. It's the simplest example of how to use it.