Restricted functionality of error handling

1
Is it possible to have custom error handling in Loops? I can't figure this out. Will this be supported in the future?
asked
2 answers
4

The probably most popular solution is to call a submicroflow in your loop. Within your submicroflow, you can have custom error handling.

answered
1

Hey,

unfortunately it is not. However you can quite easily write you own Loop using a variable you are counting through and a split that leads back in the microflow if said variable has not reached a certain amount yet.

Cheers

answered