Skip to main content
Best answer

Bad value for static string dropdown in custom integration

  • September 12, 2024
  • 2 replies
  • 66 views

Forum|alt.badge.img

I created a custom integration using the Zapier Platform UI and setup this input:

  • Key: assessment_type
  • Type: String
  • Required: True
  • Dropdown: True
  • Dropdown Type: Static
  • Dropdown Source: ["Initial Assessment", "Reauthorization"]

When I pass that input a value of “Reauthorization” (without the quotes), the value sent in my API call is:

  • :censored:15:fef622f38c:

I’m accessing the value of the input using JavaScript string interpolation:

  • `${bundle.inputData.assessment_type}`

Does anyone know what’s going on here?

Thanks,
Eric

Best answer by Anything-Helps.org

I figured it out, it’s because it or the json key has the letters “auth” in it, so Zapier thinks it’s a password or key of some kind.  I’ve confirmed the correct value is actually being sent out in the POST call.

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Forum|alt.badge.img

I figured it out, it’s because it or the json key has the letters “auth” in it, so Zapier thinks it’s a password or key of some kind.  I’ve confirmed the correct value is actually being sent out in the POST call.


JammerS
Forum|alt.badge.img+6
  • Zapier Staff
  • November 8, 2024

Wow! Thank you for confirming that your resolution got the Zap running. This will significantly help our Community members to have as a reference for the same issue.