Forum Discussion
j_angelevski
4 years agoContributor III
Hi @Pretty,
Can you share more information ? Can you show how are you accessing this endpoint ? Maybe you have a typo in your URL or something else. If you can, please share the way you are calling this endpoint from your pipeline/snap.
- 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
- 11 months ago
- 6 years ago
- 10 months ago
- 2 years ago