Hey guys,
I have a JSON web query thats been working fine for months.
Problem is the supplier has an outage right now and I’m getting the error
║Error executing external web request: java.net.SocketTimeoutException: Read timed out
And due to this its setting my global variable to null and breaking all sorts of things.
How can I hard set a value if this web JSON fails, see my example test attached, i have tried the text null too.