I have an API call which returns results of internet options for a specific address.
I want to run the API call 3 times, to check 3 differing speed options: 100, 500 and 1000. At some addresses, it returns a 422 error for 100, which is correct. Only 500 & 1000 is avaialble.
However, when I am running the workflow, when it gets the 422 error, it stops the workflow and displays an error.
How do I “ignore” the 422 error and continue the workflow, and avoid an error message displaying? The error that pops up is:
This is expected and correct from the API call, I just want to ignore it.