This topic was automatically generated from Slack. You can find the original thread here.
Hi,
Is there any way to skip a module based on the previous data but without to do that in a Node.js step?
Example: I have 2 HTTP actions which called Webhook and I want to make a condition based on the previous step that if some error exist than skip the first HTTP and go to the second.
Hello , unfortunately Pipedream currently did not offer the feature to skip a step based on a condition. You’ll need to do that in code step.
I think the closest feature matched your needs is the Filter action, though it stops the whole workflow, not the single step.
If you want, you can split your workflows into smaller workflows that trigged by HTTP webhooks. By that you can apply Filter actions to a specific workflow to skip it entirely
Hi , Yes I know all the other options but I thought maybe there’s easy way to skip just one module and continue the Workflow.
I’ll do that with a code step.