visual-builder
visual-builder copied to clipboard
Dictionary not support in integration created by Zapier cli
Current Behavior
When using an input field with type = "dictionary" I get the error.
message: 'is not one of enum values: string,text,integer,number,boolean,datetime,file,password,copy',
Desired Behavior
The same behavior as the input designer:
https://platform.zapier.com/docs/input-designer#dictionary
@coderReview I've moved your issue to our docs repo. In this case, the doc is wrong and we need to update it.
To use a dict type, specify dict: true on your field. The schema for that is here. I believe type is ignored if dict is true (though I'm not positive).
Thanks for pointing out this issue!