Error reporting

If I am opening a URL that daily accesses a database and it returns no results, how do I set up a notification that says there were no results for this day?

Hi @nickrogo

After opening the website, use the Element Exists activity to check for the “no results” message. This will give you a boolean output. Use an If activity to evaluate this boolean. If it’s true (meaning no results are found), you can either send an email notification or throw a business exception. This way, you’ll be notified whenever there are no results for the day.

Hope this helps :slight_smile:

@nickrogo,

Use check app state activity for this.