What is an alternate activity for IS true in retry scope?

I am converting legacy processes into windows as 2025 version not support legacy. I have activities called is true in retry scop condition , which is not supported if I convert process.

Can someone suggest the solution?

  1. Inside the Retry Scope, keep the action as-is.
  2. In the condition section, replace ‘Is True’ with:
  • Use an Assign activity to store the result in a Boolean variable (condresult= yourcondition)
  • Use a If activity to check condresult= True

Hi,

The following topic may help you.

Regards,

1 Like

@pari_patel,

Use Check True

image