Skip to main content
Best answer

Get Error : Got a result missing the "id" property ({})

  • August 29, 2022
  • 1 reply
  • 56 views

I received error in my zap
 


Please help me to resolve this.
my code 
 

 

Best answer by MarinaH

Hey @Harshida 🖐

Looks like you have an open ticket with our Support team with this question and they’ve replied with some recommendations in that thread for your particular case - could you please take a look and reply on that ticket?

That error will show when every response doesn’t include at least one object with an id . The code block above looks like it will only add an id property when results.data.length > 0, there is no else statement. 

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.

1 reply

Forum|alt.badge.img+9
  • Zapier Staff
  • 238 replies
  • Answer
  • August 29, 2022

Hey @Harshida 🖐

Looks like you have an open ticket with our Support team with this question and they’ve replied with some recommendations in that thread for your particular case - could you please take a look and reply on that ticket?

That error will show when every response doesn’t include at least one object with an id . The code block above looks like it will only add an id property when results.data.length > 0, there is no else statement.