How to manage "Null" result in JSON with GET REQUEST

Hello,
I have a GET REQUEST that works wonderfully, except when there is a null result from JSON.
If JSON is just “null”, the node will give the result:
“Execute failed: JSON must not be null”
do you have any idea on how i can solve it?
thank you very much,
Davide

You could use try/catch and provide an alternative record when execution of the GET request fails.

1 Like

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