Dynamic popup in Ui path Automation

How will we handle Dynamic popup in Ui path Automation Please help on this as I’m not able to find solution for the same.

@Taruna_Gupta

Use check app state activity if you are using modern version and mention the timeout if target appears true then handle popup.
or
Element Exists activity with a timeout.

  • You can configure these activities to wait for a specific element within the popup to either disappear.
  • Once the element state changes, proceed with your automation logic.

To handle such type of popups use parallel activity…