You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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).
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
The text was updated successfully, but these errors were encountered: