ForAll(
Sequence(
5;
0;
1
);
{
datum: DateAdd(
lbl_Monday_Hidden.Text;
Value;
TimeUnit.Days
)
}
)
ThisItem.datum = gblSelected
Set(
gblSelected;
Today()
)
I think I completly missed the point before. So what you are looking for is a default value for the Gallery?
The Items of the Gallery are of Type
{datum: Date}
So a default Value for the Gallery could be
ForAll(
Sequence(
5;
0;
1
);
{
datum: DateAdd(
variableNameHere;
Value;
TimeUnit.Days
)
}
)
--------------------------------------------------------------------------------------
WarrenBelz
146,645
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional