Dear All,
thank you in advance.
please help to choose the date
previously it will work in the portal for type into activity.
now they changed and type into activity is not working
can i use java script to set the date for the following
Dear All,
thank you in advance.
please help to choose the date
previously it will work in the portal for type into activity.
now they changed and type into activity is not working
can i use java script to set the date for the following
thank you
input type=âtextâ placeholder=âDD-MM-YYYYâ class=âreact-datepicker-ignore-onclickoutsideâ value=â27-03-2024â UiPath_custom_id="73
Are you able to copy paste date value in the text box manually?
Try this.
In short,
Thanks,
Ashok
i canât copy and paste
No worries, try above solution.
shall i use type into activity??
No, you will have to use Click
on the date text box to open the calendar popup and another Click
to click on the dynamic date selector you will prepare.
Thanks,
Ashok
we would recommend to check more in detail and what is blocking you
From the selector we do see a input field of type text
Had you tried the set Text activity already? Also you can check if type into activity and the enableIfdisabled flag can help
thank you will try and let u know
i already set text activity no use.
my requirement is to enter manufacture date and expiry date.
expiry date can be for example 27-03-2035â like that
bro no success.
i need to enter manufacture date and expiry date of the product.
expiry date may be 27-03-2035âŚ
is any way to set date with javascript?
just share with us the detailed element structure details form the text field / date picker
we can inspect with UiExplorer / Browser F12 Web Tools
please see the following
1)div class=âreact-datepicker__input-containerâ></div
2)div class=âreact-datepicker-wrapperâ>div class=âreact-datepicker__input-containerâ>input type=âtextâ placeholder=âdd-mm-yyyyâ class=ââ value=â22-03-2024â></div</div
i am using classic version of UiPath. will it work in classic?
i gone to the website we can paste the date there.
here in my case I canât paste the date in textbox
Yes it worked also with classic
it will work if we able to paste the DATE in the textbox of the datepickcontrol