Skip to main content
Best answer

Error when using dehydrateFile

  • April 4, 2020
  • 2 replies
  • 2657 views

Kusala

I'm getting following error wen using z.dehydrateFile

Unhandled error: Error: We could not find your function/array/object anywhere on your App definition.

what could be the reason for this ?
(using zapier-platform-core 9.2.0)

Best answer by Kusala

Found out that I have forgot to include my hydrator module under hydrators in the App definition (in index.js)

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

Kusala
  • Author
  • Beginner
  • Answer
  • April 6, 2020

Found out that I have forgot to include my hydrator module under hydrators in the App definition (in index.js)


Danvers
Forum|alt.badge.img+12
  • Zapier Staff
  • April 6, 2020

Thanks for letting us know @Kusala!