Hi all,
I am currently developing a robot for creating report based on turned down invoices and I want my robot to click the current date:
and then tomorrow that it clicks 2 etc. But I have no idea how to do that so if someone could help me that would be much appreciated.
With kind regards,
Kees-Jan
lakshman
(Ganta lakshman)
November 1, 2019, 1:34pm
2
@ukjtenhoven
From selecting calendar menu it’s very difficult to do this.
Other alternative is to can we enter date directly instead of selecting from calendar menu ?
Dear @Lakshman ,
Thanks for the quick response. But yea that’s a good alternative could you help me with that?
With kind regards,
Kees-Jan
lakshman
(Ganta lakshman)
November 1, 2019, 1:36pm
4
@ukjtenhoven
Use Type Into activity and type date.
Fine
Yah we can use type into activity with input as Now.ToString(“dd/MM/yyyy”)
And enable simulate type activity property in the property panel of type into activity
Cheers @ukjtenhoven
lakshman
(Ganta lakshman)
November 1, 2019, 1:45pm
7
@ukjtenhoven
Could you please go to that exclamation mark and show me what error are you getting here.
And also make sure it should be of type string.
@Palaniyappan @lakshman
I got this now:
But it does not type anything in the field…
With kind regards,
Kees-Jan
Ok
Is it throwing any error
Or may I know what format of date does that field takes in
Cheers @ukjtenhoven
lakshman
(Ganta lakshman)
November 1, 2019, 3:58pm
10
@ukjtenhoven
Manually are you able to type the date or not ?
shankm
(Shan KM)
November 2, 2019, 5:48am
11
Hi @ukjtenhoven ,
Instead of type into activity, try using set text activity. It will work.