1

I'm building a Zapier app using CLI, there is an option like "Allows Multiple" in Zapier UI but I didn't find anything like allowsMultiple in CLI documentation. Please help me.

theduck
  • 2,589
  • 13
  • 17
  • 23
Tofik Teli
  • 31
  • 6

1 Answers1

1

In CLI, the property is list, which should be set to true on your inputField.

There's docs here: https://github.com/zapier/zapier-platform/blob/master/packages/schema/docs/build/schema.md#properties-15

xavdid
  • 5,092
  • 3
  • 20
  • 32