S_Sim
(S Sim)
October 11, 2022, 5:19am
1
I don’t know what activities to insert into the ‘retry scope’ activity.
All I want is a process of finding a calendar, clicking on it, and then clicking on the date a day ago.
Is it right to use ‘select item’ and ‘assign’? Please let me know if there is a way.
find element
click
next 3. ??
Gokul001
(Gokul Balaji)
October 11, 2022, 5:21am
2
Hi @S_Sim
Welcome to UiPath community
You can use Type into activity and Type the date in this field.
Can you able to type the date manually in the field?
Regards
okulG
Gokul001
(Gokul Balaji)
October 11, 2022, 5:28am
4
Hi @S_Sim
You can use Type into activity
DateTime.Now.Tostring("yyyy.MM.dd")
Regards
Gokul
1 Like
S_Sim
(S Sim)
October 11, 2022, 5:40am
5
thank you
now.AddDays(-1); 이걸 사용하면 되겠군요.
Gokul001
(Gokul Balaji)
October 11, 2022, 5:41am
6
Yes You can tyry with this @S_Sim
DateTime.Now.AddDays(-1).Tostring("yyyy.MM.dd")
Regards
Gokul
1 Like
system
(system)
Closed
October 14, 2022, 5:42am
7
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.