Dear pros,
i try to input first date of the month in MM/dd/yyyy format.
Thus managed to create a string accordingly as follows.
now.month.ToString+“/1/”+now.Year.ToString
the problem i encounter is it seems like the element itself is disabled and unable to allow me to type in.
however, if i were to type i manually it can be done.
pls help!
by right is supposed to open up a calendar, but i hope to preset the start date accordingly.
Assign activity (Type Argument: UiPath.Core.Activities.UiElement)
element = yourUiElement // Replace ‘yourUiElement’ with the selector of the input field
Type Into activity (Properties: Text = now.ToString(“MM/dd/yyyy”))