How do I initiate / throw an error when some conditions are met on the response

hey there,

I’m looking for a way to trigger an error when the response from the API call I make meets a certain condition. What options do we have and which is the recommended one?

Thanks

You can use a HTTP “Make a request” with an invalid URL, or a Parse JSON module with invalid JSON.

Hope this helps! Let me know if there are any further questions or issues.

@samliew