How can i change the process of a work flow based on a failed step

I'm running a flow that requires users to complete a form and add a date, this date is then formatted and the workflow is then processed, some people enter the date wrong so the formatting step fails which then causes the rest of the workflow to fail.
I want to be able to complete the workflow even if this step fails, just take a different route if it does, is there any way of doing this?
 

Himesh

Active member
I'm running a flow that requires users to complete a form and add a date, this date is then formatted and the workflow is then processed, some people enter the date wrong so the formatting step fails which then causes the rest of the workflow to fail.
I want to be able to complete the workflow even if this step fails, just take a different route if it does, is there any way of doing this?
Hello @chriswiseman ,
Yes you can do it. So let say if the data is not going through the workflow with the error then you can put the condition in filter if the error code (404/400 or whatever you are receiving) then you can add the data without date. By this logic your workflow will still works. And another one is you can use date and time formatter by pabbly connect(Incase you are fetching current date and time). If you are still not able to solve this on your own feel free to DM me and we can do a free zoom call. FYI I'm not from Pabbly Connect team, just a freelancer who helps other Pabbly users.
 
Top