Best answer

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

  • 29 August 2022
  • 1 reply
  • 43 views

Userlevel 1

I received error in my zap
 


Please help me to resolve this.
my code 
 

 

icon

Best answer by MarinaH 29 August 2022, 21:04

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.

1 reply

Userlevel 4
Badge +9

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.