Skip to main content
Best answer

How to fix D004 warning

  • December 4, 2020
  • 3 replies
  • 272 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 ikbelkirasanBest 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.

View original
Did this topic help you find an answer to your question?
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_Luhhu
Forum|alt.badge.img+10

@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 Expert
  • 555 replies
  • 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
  • 1 reply
  • December 6, 2020

Makes sense, thanks Ikbel.