Skip to main content

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

Hi @hank3rd ,

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


Reply