Skip to main content
Best answer

Bad value for static string dropdown in custom integration

  • September 12, 2024
  • 2 replies
  • 27 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.orgBest 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.

View original
Did this topic help you find an answer to your question?

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
  • 2188 replies
  • 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.