Skip to main content
Best answer

How to fix D004 warning

  • December 4, 2020
  • 3 replies
  • 318 views

operation: {
inputFields: [
{
"key":"ID",
"type":"integer",
"label":"ID",
"helpText":"When job ID is provided, other search criteria will be ignored."
}
],
perform,
sample: ...
}

My search action code is setup like above. when I run zapier validate, I get a warning.

field "ID" looks like an ID field but lacks a dynamic dropdown (D004)

 

How do I fix this warning?

Best answer by ikbelkirasan

@muqeet.ma - Basically, it suggests turning the ID field into a dynamic dropdown field. More on that can be found here: https://platform.zapier.com/cli_docs/docs#dynamic-dropdowns

I think this warning won’t prevent you from pushing your app to Zapier, so you can just ignore it.

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

3 replies

AndrewJDavison
Forum|alt.badge.img+11
  • Zapier Solution Partner
  • December 4, 2020

@muqeet.ma 

I’m moving this to “Developer Discussion” for more visibility.

Maybe @ikbelkirasan can help with this issue?


ikbelkirasan
Forum|alt.badge.img+12
  • Zapier Solution Partner
  • Answer
  • December 4, 2020

@muqeet.ma - Basically, it suggests turning the ID field into a dynamic dropdown field. More on that can be found here: https://platform.zapier.com/cli_docs/docs#dynamic-dropdowns

I think this warning won’t prevent you from pushing your app to Zapier, so you can just ignore it.


  • Author
  • Beginner
  • December 6, 2020

Makes sense, thanks Ikbel.