how to set rpa click in value from excel ?
Example
In excel value 01/01/2020
i want to click 01/01/2020 in web .
how to set rpa click in value from excel ?
Example
In excel value 01/01/2020
i want to click 01/01/2020 in web .
in type into activity you can give like this
row(“YourColumnName”).ToString
and get that value and you can use element exist activity and get output like ElementExist
use that in if condition in then part use ClickActivity!
what choose indicate in element exist?
that date!
Header column date in web or excel?
web!
I don’t understand it.