Can i use multiple element exists as a condition in retry scope

Hi Everyone,

I am using a retry scope, and used an element exists as a condition. Sometimes that element does not appear. I want to use 2 element exists as a condition in retry scope. Could anyone help me on this?

Thanks,
Ulaga

1 Like

You can use a while loop
Check if both elements are present using ‘Element Exists’ activity. In a while loop, perform the actions until the condition is met.

image

2 Likes

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