Forum Discussion
Unfortunately the response object for this Marketo Endpoint doesn’t have “Has Next” or “Next URL” attributes. Otheriwse my life would have been much easier !!!
You can find the details of the response object etc in the following link.
GET /bulk/v1/leads/export/{exportId}/status.json
The “next” properties are expressions. So, I would think you could write an expression to check the response to the status request to see if it was completed or not. If it was completed, the ‘Has Next’ expression should return false, otherwise it should return true. The ‘Next URL’ can just be the same as the main Service URL property.
- bojanvelevski3 years agoValued Contributor
Hi @koolraul,
Conditional snap will actually work in your case, if everything is correct. One possible issue that I can see on the screenshot is that the conditional snap and the Pipeline Execute snap are not connected.
If you want to experiment further, you can try putting the condition in the Pipeline Execute snap, for example:
$param == 'a' ? "pipeline_a" : "pipeline_b"
Hope this helps,
Bojan
Related Content
- 3 months ago
- 3 months ago
- 3 years ago