How to make uipath studio to wait till splunk search to complete

what selector or activity use to make UiPath studio to wait till splunk search to complete. any leads / suggestions would be appreciated.

@Sathish_Ashokan

you can use the “Element Exists” activity in combination with a suitable selector

Use the UiExplorer tool to select the element that appears or changes when the Splunk search completes.

@Sathish_Ashokan

Use a “Wait Element Vanish” activity:

  • Selector: Specify the selector for the element that disappears when the search is complete.
  • Timeout (milliseconds): Set an appropriate timeout value.

@Sathish_Ashokan

You can use the Element Exists activity with a suitable selector to wait for a specific element or condition in your Splunk interface to indicate that the search has completed.

The Element Exists activity will wait until this element becomes available before proceeding with the automation.

cheers…!

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