Skip to main content
Best answer

In custom app how to set "_zap_search_was_found_status" to false

  • September 29, 2021
  • 2 replies
  • 694 views

I am a beginner, forgive me for asking a  basic question:
In custom app how can I set “_zap_search_was_found_status” = false,  when nothing is found?

 

Best answer by Zane

If a search step doesn’t find anything, return an empty bare array. 

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

Forum|alt.badge.img+9
  • Zapier Staff
  • Answer
  • September 29, 2021

If a search step doesn’t find anything, return an empty bare array. 


  • Author
  • Beginner
  • September 30, 2021

If a search step doesn’t find anything, return an empty bare array. 

Thank you. Fixed it !