Hi all, I have been using Try Catch multiple times but this time something is not right. In the try block I have List all videos of a Playlist and sometimes this activity can fail because channel has no playlists. And I want to just continue execution when the error comes. However, even with this set up I still get errors and workflow stops.
Please note that it’s unofficial way. If you can use Studio, it’s better to remove handler in Studio feature.
And also please backup the file before editing.
Hi, thank you so much for your solution, it works. Now I am just curious how the script will send error if something unexpected happens. Will it fail? is it better now to put the whole script in the try catch because I dont have globalhandler?