Question

static inputField showing warning: "We couldn't find anymore choices"

  • 14 December 2021
  • 0 replies
  • 24 views

Hi,

We have a CLI based Zapier app and I just noticed that the UI shows a warning, see screenshot. This warning doesn’t make sense, it’s simply static list of 4 options, and I would like to know how to get rid of it. 

The inputField uses the following definition

inputFields: [
{
key: 'filter',
choices: { all: 'Include all events', connected: 'Only include events from 1st degree
connections', email: 'Only include events that include an email address ', both: "Only
include events from 1st degree connections with an email address" },
helpText: 'Include events that pass the filter.',
},
],

I noticed the same message appears for a boolean inputField, like this:

 

{
key: 'force',
label:'Force the action, ignoring all exclusion rules',
type:'boolean',
required: false
}

 


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.