I would like to select today from a drop down menu, but it is not straight forward dates on the drop down list.
For example, today it might be “W22290720 Safety”.
So today I want to select the 0720 Safety.
Tomorrow I want 0721 Safety…etc
By using Find childern …you can get all the data
then Filter Data
UI_Element=List_UIElemets.where(Function(U) U.Get(“aaname”).Tostring.Contains(Now.Tostring(“MMdd”))).First()
then pass this variable in properties pannel of click activity in element