how can i achieve try and catch blocks in flows if any error i want to call the flow again? is this possible?
@hotNipi so i can not initiate flow again when some error happen?
There is no such thing as initiating a flow. You can use a catch node to detect errors, then if appropriate you can send a message from the catch node to perform whatever action you want (such as retrying whatever has caused the error).

