Skip to main content
Best answer

Need to use the data from another trigger

  • September 22, 2020
  • 1 reply
  • 62 views

Forum|alt.badge.img

I am trying to pull the results of another trigger (fields) to then be appended to the endpoint for another trigger. Basically trying to get the custom fields. I may also need to rule out any NULL fields. I have used bundle.inputdata before, but not sure if I need to use that or maybe something like bundle.outputData? The trigger is custom_fields.

 

I am sure that I am doing this wrong, but want to know how to implement it correctly. 

Here is what I tried:

const options = {
url: 'https://edapi.zyx.com/v1/Subscribers?PageSize=2&Fields={bundle.outputData.custom_fields}',
method: 'GET',
headers: {

Best answer by Liz_Roberts

Hi @hank3rd ,

Thanks for reaching out! Tagging in @ikbelkirasan to see if they can assist further! 

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

Liz_Roberts
Forum|alt.badge.img+8
  • Zapier Staff
  • Answer
  • September 23, 2020

Hi @hank3rd ,

Thanks for reaching out! Tagging in @ikbelkirasan to see if they can assist further!