Help needed with retry scope

Hi,

According to User manual…

Retries the contained activities as long as the condition is not met or an error is thrown.

So you can achieve it as the following steps, for example.

  1. Put if activity in Action area and set condition which you want to retry.
  2. Put Throw activity in Then area.
  3. You don’t have to set any activity in Condition area of Retry Scope in this case.

Regards,

1 Like