Best answer

How to fix D004 warning

  • 4 December 2020
  • 3 replies
  • 214 views

Userlevel 1
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?

icon

Best answer by ikbelkirasan 4 December 2020, 14:44

View original

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

Userlevel 7
Badge +10

@muqeet.ma 

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

Maybe @ikbelkirasan can help with this issue?

Userlevel 7
Badge +12

@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.

Userlevel 1

Makes sense, thanks Ikbel.