What are the activities we can use Inside Retry Scope Activity condition block?

I am unable to use If statement in the Retry Scope Activity condition block. Can you please list all the activities that can be used inside the Condition block of Retry Scope activity, Thanks in advance

@Sai.Prasanna

We can use any Activity, which return a Boolean output
Let us know:

  • what was tried
  • what is to achieve

I am using OCR to get the text from an Image. Example Extracted Text is : Str1 = “Description : With this”.

*** what is to achieve**

If there is a spelling mistake of Description, It should Retry. So I tried mentioning the If Statement in the Retry Condition block as :
If Not Str1.Contains(“Description”)

I am unable to drag/mention above If condition in the Retry Scope Condition block.

in such case have a look at the check true / check false Activity

use the check within the condition an leave the error message empty

Thank you @ppr for the response. Is there any other activity which doesn’t throws an exception But Just checks like If Statement.

the exception will not harm us / or we can use it within the retry scope block
We use it usually within the the retry scope condition block

UPD1 - answer enhancement
modelling like:

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