On Element appear activity nested sequence is finishing before the last activity

Hi,

I’ve built a On element appear activity when a certain error pops up.

now only problem is this error pop up is dynamic depending on the value in a certain field.

in the sequence nested inside, one of my activities inside fixes the problem so the popup disappears.

my problem is once its done this, it stops the sequence and throws and error? saying UIelement is no longer valid.

How can i complete the sequence when the UIelement it looks for is no longer on screen?

Thanks

@JoshBurke

Set RepeatForever field to False in the properties of On Element Appear activity and then try again once.

I’ve set RepeatForever to False but still getting the UIelement no longer valid error.

@JoshBurke

I guess selector issue and check it once. Make selector dynamic and then try it.