If condition for OUTLOOK Body error

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:

image

@Anelisa_Bolosha1

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

1 Like

Hi this helped me resolve the issue. Thank you.

1 Like

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