Hi,
I used this code to get every Monday of the week in a picking list. It was working very well.
ClearCollect(weeksList,
ForAll(Sequence(52,-26,1) As DD,
DateAdd(DateAdd(Today(),-Weekday(Today(),Monday)+1),7 * DD.Value ,Days)
)
);
I don't know why, it now shows time with the date. Can you help me to get ride of this time ? Since this, my gallery isn't working. Is there a way to get around this ?

Thanks