Hello Team,
I have one date(datacardvalue01) field date and 2 choice fields in form i.e., 1. X_Hours (1 to10) (datacardvalue02), 2. Y_Hours(1 to10)
I have written a label on top of date filed in form i.e., text (Datacardvalue01.SelectedDate,LongDate) which will be shown as
(Weekday (Sunday, Monday etc.) based on the selected data, Month (January, Ferbraury etc.) based on the selected data, Year (2020,2021,2022) based on the selected data.
My scenario is if label weekday is Monday i.e. it should auto populate X_Hours (1 to10) value into Y_Hours (1 to10)
I have written a code in Default Property of Y_Hours(1 to10) choice column like this if("Monday" in label.text,datacardvalue01.selected.value) but it is not working.
Please help me to solve this scenrio
Thanks
Mahesh