How to avoid closing application

I have a problem with the application, at the time of some unspecified error, such as: the length of the list does not match, and it throws me an error with the option “END APPLICATION”
I just need to be able to take that error and replace it with a notification.

Please show your blocks that help for understand to us

Screenshot- blocks and error msg

You can use if then else formula…

If length of the list is not equal to zero
Then add your blocks
Else use notifier to alert

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.