How to get value from website page and send email if that value less than certain number?

Hello,
I need to get value from website page (this value changes), compare that value with certain number and if that value less than certain number i have to receive an email.

Hope somebody can help me.
Regards

Have you done the free training on the UiPath Academy web site? It will cover how to do these kind of things.

HI @Kateryna_Habatel

Welcome to uipath community

  1. Use Get Text activity → Store the output in the variable

  2. Use If activity → GetData<"Certain number"

Then → Use Send Outlook mail activity

Regards
Gokul

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