How can I make a switch for cases when a query parameter is null?
I have a workflow and sometimes some of the query parameters are null or not existing, how can I handle this so the workflow doesn't fail?
Solution
Ok, managed to fix it, I used chatgpt to change the get query node function to give it a default value.
