visual-builder icon indicating copy to clipboard operation
visual-builder copied to clipboard

Dictionary not support in integration created by Zapier cli

Open coderReview opened this issue 4 years ago • 1 comments

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 avatar Dec 19 '20 00:12 coderReview

@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!

xavdid avatar Jan 05 '21 00:01 xavdid