Splunk Search - Data Scrapping if no result scenario

Hi All, How to check if the splunk search retrieved no results i am using data scrapping to fetch the splunk results. if datascrapping is empty confirmation message should show message box stating no results. Any leads or suggestions would be greatly appreciated.

@Sathish_Ashokan

You are asking like after datascraping how to find the details are present in it or not?

If so

Datatbale.rows.count>0

Gives true if there are data in it otherwise gives false

If not let me know what you are expecting

Hi @Sathish_Ashokan

Check out this thread

Regards