Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dictionary not support in integration created by Zapier cli #160

Open
coderReview opened this issue Dec 19, 2020 · 1 comment
Open

Dictionary not support in integration created by Zapier cli #160

coderReview opened this issue Dec 19, 2020 · 1 comment

Comments

@coderReview
Copy link

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

@xavdid xavdid transferred this issue from zapier/zapier-platform Jan 5, 2021
@xavdid
Copy link
Contributor

xavdid commented Jan 5, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants