zapier-platform icon indicating copy to clipboard operation
zapier-platform copied to clipboard

Password field doesn't support dynamic values

Open thejamescollins opened this issue 4 years ago • 3 comments

Bug Description

The password field type in Zapier doesn't support setting it's value dynamically (ie setting it using a value from a previous step):

Screen Shot 2020-11-03 at 4 25 10 pm

The use case an action in our app called Create Customer. We'd like our users to be able to generate a (known) random password for the customer when creating an account, and then sending the password to a user later in the Zap.

Reproduction Steps

  1. Define an inputField field with a type of password: {"key": "password", "required": false, "helpText": "New user password.", "type": "password"}

  2. Load it using the Zap UI. The field can only be typed into. It's not possible to use a dynamic field from a previous step in the Zap.

Version Info

  • Version info: zapier-platform-cli/10.1.1 darwin-x64 node-v12.18.4
  • Operating System: Mac OS X Catalina
  • App id: 67372

thejamescollins avatar Nov 03 '20 08:11 thejamescollins