Best answer

Need to use the data from another trigger

  • 22 September 2020
  • 1 reply
  • 50 views

Userlevel 2
Badge

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: {
icon

Best answer by Liz_Roberts 23 September 2020, 17:30

View original

1 reply

Userlevel 7
Badge +8

Hi @hank3rd ,

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

Reply