Best answer

Zapier polling trigger - getting "missing the "id" property"

  • 11 October 2023
  • 2 replies
  • 31 views

Userlevel 1

Hi 

I am a new user to Zapier and have been now trying to get a Zapier polling trigger working. i have been looking through the forum and understood that there needs to be some id returned for the trigger to work.

But looks like i need some help to get into the right direction.

I am trying to use the ArticleNumber as id. (I have only very Basic knowledge in coding) 

 

Thanks

Peter

 

The Array output of the api call is like this:

 The code for the trigger looks like this:

and here is the error message

 

 

icon

Best answer by pesv 11 October 2023, 18:07

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.

2 replies

Userlevel 1

Managed to solve it on my own by digging more into this forum :)

 

This worked 

 return results.Articles.map((Articles)=>{

  Articles.id = Articles.ArticleNumber;

  return Articles;})})

 

 

Userlevel 7
Badge +11

Yay! That’s fantastic, @pesv! 😁🎉 Thank you so much for popping back in here to share the solution you found, I’m sure there’ll be plenty of others in the Community who will benefit from it! 

Seems like that trigger is all set for now but if you run into any further issues as you continue to build please do reach back out - the Community is always here and happy to help!