Hi everyone,
Please help with an if condition, when I get this error from the http response I need a way to bypass it, so that if there is that error it then moves on to do the next task:
![]()
Hi everyone,
Please help with an if condition, when I get this error from the http response I need a way to bypass it, so that if there is that error it then moves on to do the next task:
![]()
if http response code is not 200 when this happens cna use that
if not just check for str.Contains("failures")
here str is response from api
cheers
Hi this helped me resolve the issue. Thank you.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.