Skip to main content

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

 

 

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;})})

 

 


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!