I have a combobox with this proprieties:
Items:
Sequence(12)
DefaultSelectedItems:
Filter(Sequence(12);Month(Now()))
I expected to Selected iten be = this month (2), but the result is item 1.
In another case i have other combobox in a similar situation, using same proprieties
Sequence(30;2021)
Filter(Sequence(30;2021);Month(Now()))
and again, first option is the selected.