Results of action

gish

New member
Hi,
Not sure if this question had been asked, but is there a way to have a condition check if the last action resulted in success or error. Also is there anything that functions like a try/catch?

Thanks and Indig this app. Need to spend more time w it.
 

Dimlos

Well-known member
If it is something that returns an error code, like an HTTP request, it is easy, but it is difficult to know what constitutes success.
In the forum, there are occasional posts that are logged in the system log but not executed.
After execution, you can switch variables to confirm that you went that route, but you don't know if it was executed.
 
Top