6th December 2023
Flow Catch Errors ⚠️
You can now catch errors in the following flow actions:
- API Call
- Remote Post
- Trigger Flow
If you catch the errors, the action will never cause the flow to fail, and instead the error message will be in the declared variable instead.
Note: it's up to you to do proper error checking then as the flow will always continue, no matter what happened in the action.
This is very useful in cases where you expect to not always get a positive return, and have logic to cater for such events explicitly.